Browse Source

add /#1 in the readme links

Dennis Mårtensson 12 years ago
parent
commit
728098c25f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      package.json

+ 2 - 2
README.md

@@ -31,11 +31,11 @@ node server.js
 
 In a version of Chrome that have webRTC support.
 
-go to [localhost:8000](http://localhost:8000)
+go to [localhost:8000/#1](http://localhost:8000/#1)
 
 click allow to see your camera
 
-go to [localhost:8000](http://localhost:8000)
+go to [localhost:8000/#1](http://localhost:8000/#1)
 
 click allow to see your camera and the connection will be made between your to open windows.
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "MultiWebRTC",
   "description": "Example of multi user webrtc",
-  "version": "0.0.1-30",
+  "version": "0.0.1-31",
   "engines": {
     "node": ">= 0.6.0"
   },