From 33eda62093c6c7e9d422a78cc7c4867f208de729 Mon Sep 17 00:00:00 2001 From: Kenneth Kufluk Date: Thu, 28 Apr 2011 16:12:06 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6ef3a..d646d38 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 ($.bowser().chrome) { alert('Hello Silicon Valley'); } \ No newline at end of file