Fix getParsers in README.md

getParsers is not a function it is called getParser instead
closes #238
pull/241/head
Patrick 6 years ago committed by Denis Demchenko
parent b7acaf32f5
commit af26b08642

@ -92,7 +92,7 @@ You could want to filter some particular browsers to provide any special support
It could look like this:
```javascript
const browser = bowser.getParsers(window.navigator.userAgent);
const browser = bowser.getParser(window.navigator.userAgent);
const isValidBrowser = browser.satisfies({
// declare browsers per OS
windows: {

Loading…
Cancel
Save