From 54fd631a71c10be566b81c14567ec51621dc6970 Mon Sep 17 00:00:00 2001 From: Luca Cappelletti Date: Mon, 25 Sep 2017 14:13:48 +0200 Subject: [PATCH] Fixed typo in npm console line --- 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`)