From 63caf9d71ea93bc5275dd2301454fe7de6efdf05 Mon Sep 17 00:00:00 2001 From: Saquib ul hassan Date: Tue, 27 Aug 2019 13:53:03 +0530 Subject: [PATCH] Update Readme.md change 'browserfiy' to '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`)