Skip to content

Commit

Permalink
Merge a68a4a2 into 4e6aa12
Browse files Browse the repository at this point in the history
  • Loading branch information
616slayer616 committed Jul 31, 2018
2 parents 4e6aa12 + a68a4a2 commit b9d90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b9d90b3

Please sign in to comment.