diff --git a/docs/servers/websocket.md b/docs/servers/websocket.md index 62df02d7a..435e4482c 100644 --- a/docs/servers/websocket.md +++ b/docs/servers/websocket.md @@ -64,7 +64,7 @@ webserver, and unpack it to a temporary directory. ````javascript var vtxdata = { sysName: "Your Awesome BBS", - wsConnect: "wss://your-hostname.here:8811" + wsConnect: "wss://your-hostname.here:8811", term: "ansi-bbs", codePage: "CP437", fontName: "UVGA16", @@ -88,4 +88,4 @@ otherwise. 9. If you navigate to http://your-hostname.here/vtx.html, you should see a splash screen like the following: ![VTXClient](../assets/images/vtxclient.png "VTXClient") - \ No newline at end of file +