diff --git a/Using-noVNC-and-Liberation-as-Web-Interface.md b/Using-noVNC-and-Liberation-as-Web-Interface.md index 4ca97c7..53b9f3d 100644 --- a/Using-noVNC-and-Liberation-as-Web-Interface.md +++ b/Using-noVNC-and-Liberation-as-Web-Interface.md @@ -26,7 +26,7 @@ Set up your ports and passwords as needed. On Extra Ports add the port and viewing area your Liberation is positioned In my particular case (1152x864 main screen / 1680x1050 second screen) that string looks like that: -``5901:1680x1020+1152+30`` +>``5901:1680x1020+1152+30`` > Explanation: > * 5901: listening port for VNC connections @@ -39,7 +39,7 @@ Change to the tab _Access Control_ and allow loopback connections ## Setting up noVNC and websockify * [Download noVNC](https://github.com/novnc/noVNC) and extract it to a folder of your liking. -* change the websocket.json (../noVNC-1.2.0/core/websocket.json - Line 185) to following: ``this_websocket = new WebSocket(uri, ['binary',base64']);`` +* change the websocket.json (../noVNC-1.2.0/core/websocket.json - Line 185) to following: > ``this_websocket = new WebSocket(uri, ['binary',base64']);`` * [Download Websockify](https://github.com/novnc/websockify) * Start websockify using (for example) the following parameters: ``..\websockify.exe 5902 127.0.0.1:5901 --web ..\noVNC-1.2.0``