From 2c87f3df6dec1525861d37ea73debd2dc629fae7 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 5 Mar 2016 11:22:55 -0500 Subject: [PATCH] Update README.md --- 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`)