README.md typo and clarify.
This commit is contained in:
parent
1626e0f8f8
commit
9e12c1a941
|
@ -5,7 +5,7 @@ VNC HTML5 Client
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
An VNC client implemented using HTML5, specifically Canvas and
|
A VNC client implemented using HTML5, specifically Canvas and
|
||||||
WebSocket.
|
WebSocket.
|
||||||
|
|
||||||
For browsers that do not have builtin WebSocket support, the project
|
For browsers that do not have builtin WebSocket support, the project
|
||||||
|
@ -62,7 +62,7 @@ Usage
|
||||||
* Point your web browser at http://localhost:8080/vnc.html
|
* Point your web browser at http://localhost:8080/vnc.html
|
||||||
(or whatever port you used above to run the web server).
|
(or whatever port you used above to run the web server).
|
||||||
|
|
||||||
* Provide the host and port where the proxy is running and the
|
* Specify the host and port where the proxy is running and the
|
||||||
password that the vnc server is using (if any). Hit the Connect
|
password that the vnc server is using (if any). Hit the Connect
|
||||||
button and enjoy!
|
button and enjoy!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue