From 9c2664f9f9145edef4bd37e1fe6444c4c238ada1 Mon Sep 17 00:00:00 2001 From: qijungu Date: Sat, 31 Mar 2018 13:22:11 -0500 Subject: [PATCH] README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index facfede..32470be 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,6 @@ In short, the computer to share screen runs this Python script that captures scr \# host screenshots on port 80 python screenshare.py 80 -4. On other computers, open a web browser and browse "**http://serverip:port**". For example, if the serverip is 192.168.0.101 and the service port is 18331, then other computers should browse "http://192.168.0.101:18331". +4. On other computers, open a web browser and browse "**http://serverip:port**". + + For example, if the serverip is 192.168.0.101 and the service port is 18331, then the URL to browse is "http://192.168.0.101:18331".