From af26b0864241f609f2f6658cee313bec91a1b765 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 closes #238 --- 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: {