From 2ea07aaef17d101c32d0d09fdf43217ee7d385a7 Mon Sep 17 00:00:00 2001 From: afrokick Date: Fri, 20 Mar 2020 01:54:00 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fefb354..f8c78ec 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ $ docker run -p 9000:9000 -d myimage This will start a peerjs server on port 9000 exposed on port 9000 with key `peerjs` on path `/myapp`. -Open browser with http://localhost:9000/myapp It should returns JSON with name, description and website fields. +Open browser with http://localhost:9000/myapp It should returns JSON with name, description and website fields. http://localhost:9000/myapp/peerjs/id - should returns a random string (random client id) ## Problems?