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:
commit
5f933390f6
@ -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]
|
## Flags set for detected Browsers[Engines]
|
||||||
|
|
||||||
* `chrome`[`webkit`]
|
* `chrome`[`webkit`]
|
||||||
|
Loading…
Reference in New Issue
Block a user