fix property-name 'Whale' to 'whale' in README

v1.x^2
Chanhyun,Roh 6 years ago committed by Denis Demchenko
parent b53cd60e18
commit d4558db0ff

@ -40,7 +40,7 @@ bowser.check({msie: "9.0"}); // false
/** /**
* specific user agent * specific user agent
*/ */
bowser.check({chrome: "45"}, window.navigator.userAgent); // true 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`] * `vivaldi` — [`blink`]
* `sleipnir` — [`blink`] * `sleipnir` — [`blink`]
* `kMeleon` — [`gecko`] * `kMeleon` — [`gecko`]
* `Whale` — [`blink`] * `whale` — [`blink`]
For all detected browsers the browser version is set in the `version` field. For all detected browsers the browser version is set in the `version` field.

Loading…
Cancel
Save