Browse Source

fix link in readme

afrokick 5 years ago
parent
commit
38f549a35a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -129,7 +129,7 @@ const peerServer = PeerServer({
 });
 ```
 
-Open http://127.0.0.1/myapp/peerjs/id to see a new random id.
+Open http://127.0.0.1:9000/myapp/peerjs/id to see a new random id.
 
 ## Combining with existing express app