Skip to content

Commit 9bcfbe2

Browse files
committed
Backport - Update sponsors section in readme (cherry picked from commit f2e4b24)
1 parent eeaf198 commit 9bcfbe2

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

readme.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model fro
1717
* Author : Faisal Salman <<[email protected]>>
1818
* Demo : https://faisalman.github.io/ua-parser-js
1919
* Source : https://github.com/faisalman/ua-parser-js
20+
* Documentation :
21+
* v1 : https://github.com/faisalman/ua-parser-js/tree/1.0.35#documentation
22+
* v2 : https://faisalman.github.io/ua-parser-js-docs/v2
2023

2124
***
2225

@@ -26,11 +29,8 @@ JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model fro
2629
</thead>
2730
<tbody>
2831
<tr>
29-
<td align="center" width="200px" rowspan="3"><a href="https://www.npmjs.com/package/@51degrees/ua-parser-js"><img src="images/51degrees.svg" alt="51degrees" width="75%" height="75%" ></a></td>
30-
<td align="left" width="400px"><a href="https://www.npmjs.com/package/@51degrees/ua-parser-js">↗ @51degrees/ua-parser-js</a></td>
31-
</tr>
32-
<tr>
33-
<td><br/><p>UAParser.js has been upgraded to detect comprehensive device data based on the User-Agent and User-Agent Client Hints.</p><p>This package supports all device types including Apple and Android devices and can be used either in a browser (client-side) or Node.js environment (server-side).</p><p>Visit <a href="https://www.npmjs.com/package/@51degrees/ua-parser-js">↗ 51Degrees <u>UAParser</u></a> to get started.</p>
32+
<td colspan="2">
33+
<a href="https://opencollective.com/ua-parser-js">↗ Become a sponsor</a>
3434
</td>
3535
</tr>
3636
</tbody>
@@ -111,8 +111,9 @@ NetSurf, Netfront, Netscape, NokiaBrowser, Obigo, Oculus Browser, OmniWeb,
111111
Opera Coast, Opera [Mini/Mobi/Tablet], PaleMoon, PhantomJS, Phoenix, Polaris,
112112
Puffin, QQ, QQBrowser, QQBrowserLite, Quark, QupZilla, RockMelt, Safari,
113113
Sailfish Browser, Samsung Browser, SeaMonkey, Silk, Skyfire, Sleipnir, Slim,
114-
SlimBrowser, Swiftfox, Tesla, TikTok, Tizen Browser, UCBrowser, UP.Browser, Viera,
115-
Vivaldi, Waterfox, WeChat, Weibo, Yandex, baidu, iCab, w3m, Whale Browser...
114+
SlimBrowser, Snapchat, Swiftfox, Tesla, TikTok, Tizen Browser, UCBrowser,
115+
UP.Browser, Viera, Vivaldi, Waterfox, WeChat, Weibo, Yandex, baidu, iCab, w3m,
116+
Whale Browser, ...
116117

117118
# 'browser.version' determined dynamically
118119
```
@@ -133,10 +134,11 @@ console, mobile, tablet, smarttv, wearable, embedded
133134

134135
# Possible 'device.vendor':
135136
Acer, Alcatel, Amazon, Apple, Archos, ASUS, AT&T, BenQ, BlackBerry, Dell,
136-
Essential, Facebook, Fairphone, GeeksPhone, Google, HP, HTC, Huawei, Jolla, Kobo,
137-
Lenovo, LG, Meizu, Microsoft, Motorola, Nexian, Nintendo, Nokia, Nvidia, OnePlus,
138-
OPPO, Ouya, Palm, Panasonic, Pebble, Polytron, Realme, RIM, Roku, Samsung, Sharp,
139-
Siemens, Sony[Ericsson], Sprint, Tesla, Vivo, Vodafone, Xbox, Xiaomi, Zebra, ZTE, ...
137+
Essential, Facebook, Fairphone, GeeksPhone, Google, HP, HTC, Huawei, Infinix, Jolla,
138+
Kobo, Lenovo, LG, Meizu, Microsoft, Motorola, Nexian, Nintendo, Nokia, Nvidia,
139+
OnePlus, OPPO, Ouya, Palm, Panasonic, Pebble, Polytron, Realme, RIM, Roku, Samsung,
140+
Sharp, Siemens, Sony[Ericsson], Sprint, Tecno, Tesla, Vivo, Vodafone, Xbox, Xiaomi,
141+
Zebra, ZTE, ...
140142

141143
# 'device.model' determined dynamically
142144
```

0 commit comments

Comments
 (0)