From a5cc0d100725e092a6e4d7170aa80d9fcfe818ed Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 22 Sep 2018 19:44:17 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8709342..b4ce3ee 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ As **WVNC** is an **Antd's** plugin, it need to be built along with the server. * libvncserver-dev ### build -When all dependencies are isntalled, the build can be done with a few single command lines: +When all dependencies are installed, the build can be done with a few single command lines: ```bash mkdir antd From f8a063f05a4fa1133bb21886d036b67bfe481a26 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 22 Sep 2018 21:23:15 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ce3ee..bb1c9de 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ Web applications can be put on **/path/to/your/build/htdocs**, the web socket to ``` ws://your_host:your_port/wvnc ``` -This websocket address can be used with my client side javascript library [**wvnc.js**](https://github.com/lxsang/wvnc.js) to develop web based VNC client +This websocket address can be used with my client side javascript library [**wvnc.js**](https://github.com/lxsang/wvnc.js) to provide web based VNC client From 21b4ea123f9048a670ba5cf4a59280bd417972ec Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 22 Sep 2018 22:07:14 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1c9de..52d104d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ mkdir antd cd antd wget -O - https://apps.lxsang.me/script/antd | bash -s "wvnc" ``` -The script will ask you where you want to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config. +The script will ask for a place to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config. ## Run To run the Antd server with the **wvnc** plugin: