os-detect 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,14 +214,28 @@ detectIsIOS() // use this instead
|
|
|
214
214
|
|
|
215
215
|
---
|
|
216
216
|
|
|
217
|
+
## License
|
|
218
|
+
|
|
219
|
+
MIT
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
217
223
|
## Author
|
|
218
224
|
|
|
219
225
|
Danil Lisin Vladimirovich aka Macrulez
|
|
220
226
|
|
|
221
|
-
GitHub: [macrulezru](https://github.com/macrulezru)
|
|
227
|
+
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
|
|
222
228
|
|
|
223
|
-
|
|
229
|
+
Bugs and questions — [issues](https://github.com/macrulezru/os-detect/issues)
|
|
224
230
|
|
|
225
|
-
|
|
231
|
+
---
|
|
226
232
|
|
|
227
|
-
|
|
233
|
+
## 💖 Support the project
|
|
234
|
+
|
|
235
|
+
Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
|
|
236
|
+
|
|
237
|
+
<a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
|
|
238
|
+
<img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
|
|
239
|
+
</a>
|
|
240
|
+
|
|
241
|
+
Thank you for being part of this journey. ❤️
|