Edited README.md via GitHub

pull/1/head
Dustin Diaz 13 years ago
parent 37dc232b5b
commit c55dac559d

@ -1,8 +1,8 @@
Bowser 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) { if (bowser().msie && bowser().version <= 6) {
alert('hello China'); alert('hello China');

Loading…
Cancel
Save