1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

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

This commit is contained in:
Chanhyun,Roh 2018-04-18 17:31:49 +09:00
parent d9e227b7a8
commit ff49f90113

View File

@ -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.