update ender example in readme

pull/3/merge
Dustin Diaz 13 years ago
parent 141bf0bcec
commit 6d5a30df55

@ -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');
}
Loading…
Cancel
Save