From ac3e717c325bda79a5f8da6f2b150609a2340d16 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 18 Jun 2019 18:53:01 +0200 Subject: [PATCH] Fix peerjs command There was a typo, path mypapp instead of myapp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8248366..5e64843 100644 --- a/README.md +++ b/README.md @@ -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: @@ -139,4 +139,4 @@ This will start a peerjs server on port 9000 exposed on port 9000. Discuss PeerJS on our Google Group: https://groups.google.com/forum/?fromgroups#!forum/peerjs -Please post any bugs as a Github issue. \ No newline at end of file +Please post any bugs as a Github issue.