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

Edited README.md via GitHub

This commit is contained in:
Dustin Diaz 2011-04-27 16:25:55 -07:00
parent 37dc232b5b
commit c55dac559d

View File

@ -1,8 +1,8 @@
Bowser
------
A Browser detector. Because sometimes, there is no other way, and not even good modern browser provide good feature detection mechanisms.
A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms.
Works like this:
So... it works like this:
if (bowser().msie && bowser().version <= 6) {
alert('hello China');