diff --git a/readme.md b/readme.md index 5be4403..b435638 100644 --- a/readme.md +++ b/readme.md @@ -4,29 +4,36 @@ JavaScript-based user-agent parser * Author : Faisalman <> * Home : http://faisalman.github.com/ua-parser-js -* Source : http://github.com/faisalman/ua-parser-js +* Source : https://github.com/faisalman/ua-parser-js * License : GPLv2 ## Features Get detailed type and version of web browser, layout engine, and operating system. +## Methods + +* `getBrowser([uastring])` +* `getEngine([uastring])` +* `getOS([uastring])` +* `setUA(uastring)` + ## Example ```html ```