Browse Source

fix the ``` int the readme

Dennis Mårtensson 12 years ago
parent
commit
6aa8b568e2
1 changed files with 15 additions and 5 deletions
  1. 15 5
      README.md

+ 15 - 5
README.md

@@ -9,15 +9,25 @@ You can have a look at the demo on http://multiwebrtc.nodejitsu.com
 
 Run in your terminal
 
-```bash git colen git@github.com:dennismartensson/webrtc.io-demo.git```
+```bash 
+git colen git@github.com:dennismartensson/webrtc.io-demo.git
+```
 
-```bash cd webrtc.io-demo```
+```bash 
+cd webrtc.io-demo
+```
 
-```bash npm install```
+```bash 
+npm install
+```
 
-```bash cd example```
+```bash 
+cd example
+```
 
-```bash node server.js```
+```bash 
+node server.js
+```
 
 Ïn a version of Chrome that have webRTC support.