From a68a4a2072aada34c303a567bb4c1d20458313bb Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 31 Jul 2018 07:59:28 +0200 Subject: [PATCH] Fix getParsers in README.md getParsers is not a function it is called getParser instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1547d79..0ac216b 100644 --- a/README.md +++ b/README.md @@ -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: {