Skip to content

Commit

Permalink
Minor readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthv committed Mar 14, 2020
1 parent ce4b876 commit 1517c11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,7 +24,7 @@ npm install
Run the app

```
node server.js
npm start
```

Open the following url in the browser
Expand Down

0 comments on commit 1517c11

Please sign in to comment.