Fix peerjs command

There was a typo, path mypapp instead of myapp
This commit is contained in:
Daniel Bulant 2019-06-18 18:53:01 +02:00 committed by Jairo
parent 948a0b8ff2
commit ac3e717c32

View File

@ -21,7 +21,7 @@ npm install
3. Run the server:
```bash
$> peerjs --port 9000 --key peerjs --path /mypapp
$> peerjs --port 9000 --key peerjs --path /myapp
```
Or, create a custom server: