From 691626b700fd384c19a8b06b24a45fdbbd2e4f44 Mon Sep 17 00:00:00 2001 From: monnef Date: Fri, 16 Sep 2016 07:10:45 +0200 Subject: [PATCH] Updated README - extended text for check function. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17f21a..c35ac70 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Use it to get object with detected flags of your current browser. Use it to get object with detected flags from User Agent string. ### bowser.check(minVersions`:Object`, strictMode`:Boolean`, [ua]`:String`)`:Boolean` -Use it to check if browser supported. +Use it to check if browser is supported. In default non-strict mode any browser family not present in `minVersions` will pass the check (like Chrome in the third call in the sample bellow). When strict mode is enabled then any not specified browser family in `minVersions` will cause `check` to return `false` (in the sample it is the fourth call, the last one). ``` js /**