Fix error build

This commit is contained in:
Faisal Salman
2012-12-04 15:25:11 +07:00
parent a2b4f6d5c5
commit 6d183003b3
3 changed files with 14 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ Lightweight JavaScript-based User-Agent string parser
* Source : https://github.com/faisalman/ua-parser-js
* License : GPLv2 & MIT
[![Build Status](https://travis-ci.org/faisalman/ua-parser-js.png)](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