fix link in readme

This commit is contained in:
afrokick 2020-03-20 01:57:00 +03:00
parent 2ea07aaef1
commit 38f549a35a

View File

@ -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