From fee528a53723f535b93198bca01ae48036348c81 Mon Sep 17 00:00:00 2001 From: jacobawenger Date: Thu, 10 Jul 2014 15:16:46 -0700 Subject: [PATCH] Fixed type in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d898e..38127f1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you'd like to contribute to ReactFire, you'll need to run the following comma ```bash $ git clone https://github.com/firebase/reactfire.git -$ npm install -g gulp # globally intall gulp task runnger +$ npm install -g gulp # globally intall gulp task runner $ npm install # install local npm build / test dependencies $ bower install # install local JavaScript dependencies $ gulp watch # watch for source file changes