From 6d5a30df55f57d54bae083b8e8cbffe67f614346 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Mon, 2 May 2011 13:35:22 -0700 Subject: [PATCH] update ender example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6ef3a..de10178 100644 --- a/README.md +++ b/README.md @@ -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'); } \ No newline at end of file