Refine some text in readme.md

This commit is contained in:
Faisalman
2012-03-07 22:31:50 +07:00
parent 675b60ebe1
commit deac566e8c
2 changed files with 21 additions and 19 deletions

View File

@@ -1,11 +1,9 @@
/**
* ua-parser-js v0.1
* Small script to extract detailed system data based on user-agent string
* http://github.com/faisalman/ua-parser-js
*
* Copyright © 2012 Faisalman <fyzlman@gmail.com>
* Licensed under GPL2 http://www.gnu.org/licenses/gpl-2.0.html
*/
// UA-Parser.js v0.1.0
// JavaScript-based user-agent parser
// https://github.com/faisalman/ua-parser-js
//
// Copyright © 2012 Faisalman
// Licensed under GPLv2
function uaparser(uastring){