From d4558db0ffa489de4882fede2a0399cffb06f395 Mon Sep 17 00:00:00 2001 From: "Chanhyun,Roh" Date: Wed, 18 Apr 2018 17:31:49 +0900 Subject: [PATCH] fix property-name 'Whale' to 'whale' in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c25b18..f52c507 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ bowser.check({msie: "9.0"}); // false /** * specific user agent - */ + */ bowser.check({chrome: "45"}, window.navigator.userAgent); // true /** @@ -134,7 +134,7 @@ If detected, one of these flags may be set to true. The rendering engine flag i * `vivaldi` — [`blink`] * `sleipnir` — [`blink`] * `kMeleon` — [`gecko`] - * `Whale` — [`blink`] + * `whale` — [`blink`] For all detected browsers the browser version is set in the `version` field.