From 2258fc1efb25eea00a9e48336af57be544946ba6 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Jul 2019 18:01:15 +0530 Subject: [PATCH] Change in readme --- 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`)