1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Merge pull request #96 from xhocquet/patch-2

Update README with important breaking change info
This commit is contained in:
Dustin Diaz 2015-07-28 08:37:17 -07:00
commit 5f933390f6

View File

@ -11,6 +11,9 @@ if (bowser.msie && bowser.version <= 6) {
}
```
## 1.0.0 breaking changes
`browser = require('bowser').browser;` becomes `browser = require('bowser');`
## Flags set for detected Browsers[Engines]
* `chrome`[`webkit`]