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

update ender example in readme

This commit is contained in:
Dustin Diaz 2011-05-02 13:35:22 -07:00
parent 141bf0bcec
commit 6d5a30df55

View File

@ -37,6 +37,6 @@ then add bowser to your module collection
use it like this:
if ($.browser().chrome) {
if ($.browser.chrome) {
alert('Hello Silicon Valley');
}