From bd71e06e7f6d9a31f9717b649add221da18928fd Mon Sep 17 00:00:00 2001 From: Joe Palmer Date: Wed, 27 Apr 2016 21:09:15 +0100 Subject: [PATCH] Fixed typo for npm install --global browserify --- examples/chat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat/README.md b/examples/chat/README.md index 83a00b9..5c35fe2 100644 --- a/examples/chat/README.md +++ b/examples/chat/README.md @@ -11,4 +11,4 @@ browserify src/index.js -o bundle.js node server.js ``` -(You will need `browserify` for this. If it isn't installed get it with `npm install --global browserfiy`) +(You will need `browserify` for this. If it isn't installed get it with `npm install --global browserify`)