From 1517c1155eec184cef4e24729e58ce06cb173076 Mon Sep 17 00:00:00 2001 From: "Vasanth.V" Date: Sat, 14 Mar 2020 06:42:29 +0530 Subject: [PATCH] Minor readme changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f99359..0dd33cf 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # Talk -A webrtc based group video chat. +A free video chat for the web. ### Prerequisites: -- Node.js 8.x or above -- NPM +- Node.js 8.x or above +- NPM ### How to Build this app locally -Clone the repo locally +Clone the repo locally, or extract the contents of the source code. ``` git clone https://github.com/vasanthv/talk.git ``` -Install dependencies +`cd talk` and then install dependencies ``` npm install @@ -24,7 +24,7 @@ npm install Run the app ``` -node server.js +npm start ``` Open the following url in the browser