mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Fix error build
This commit is contained in:
@@ -7,6 +7,8 @@ Lightweight JavaScript-based User-Agent string parser
|
||||
* Source : https://github.com/faisalman/ua-parser-js
|
||||
* License : GPLv2 & MIT
|
||||
|
||||
[](https://travis-ci.org/faisalman/ua-parser-js)
|
||||
|
||||
## Features
|
||||
|
||||
Extract detailed type of web browser, layout engine, operating system, and device purely from user-agent string.
|
||||
@@ -74,7 +76,7 @@ Extract detailed type of web browser, layout engine, operating system, and devic
|
||||
## Using node.js
|
||||
|
||||
```sh
|
||||
npm install ua-parser-js
|
||||
$ npm install ua-parser-js
|
||||
```
|
||||
|
||||
```js
|
||||
|
Reference in New Issue
Block a user