diff --git a/readme.md b/readme.md
index ac1da11..88edca8 100644
--- a/readme.md
+++ b/readme.md
@@ -1,15 +1,16 @@
# UAParser.js
-
A not-so-lightweight-anymore JavaScript-based User-Agent string parser. Can be used either in-browser (client-side) or in a node.js (server-side) environment. Also available as a jQuery/Zepto plugin, Bower/Meteor package, & RequireJS/AMD module. This library aims to identify the web browser, layout engine, operating system, cpu architecture, and device type/model, entirely from the user-agent string with a relatively small footprint (~11KB when minified / ~4KB gzipped). Written in vanilla JavaScript, which means it doesn't require any other library and can be used independently.
+
A JavaScript-based User-Agent string parser. Can be used either in browser (client-side) or in node.js (server-side) environment. Also available as jQuery/Zepto plugin, Bower/Meteor package, & RequireJS/AMD module. This library aims to identify detailed type of web browser, layout engine, operating system, cpu architecture, and device type/model, entirely from user-agent string with a relatively small footprint (~11KB when minified / ~4KB gzipped). Written in vanilla JavaScript, which means it doesn't require any other library and can be used independently. However, it's not recommended to use this library as browser detection since the result may not accurate than using feature detection.
[](https://travis-ci.org/faisalman/ua-parser-js)
+[](https://www.npmjs.com/package/ua-parser-js)
[](https://www.npmjs.com/package/ua-parser-js)
[](https://bower.io/)
[](https://cdnjs.com/libraries/UAParser.js)
[](https://gratipay.com/UAParser.js)
[](http://flattr.com/thing/3867907/faisalmanua-parser-js-on-GitHub)
-* Author : Faisal Salman <>
+* Author : Faisal Salman <>
* Demo : http://faisalman.github.io/ua-parser-js
* Source : https://github.com/faisalman/ua-parser-js