Merge pull request #178 from coolacid/patch-1

[DOCS] Invalid JSON - Missing Comma
This commit is contained in:
Bryan Ashby
2018-04-23 18:52:50 -06:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ webserver, and unpack it to a temporary directory.
````javascript ````javascript
var vtxdata = { var vtxdata = {
sysName: "Your Awesome BBS", sysName: "Your Awesome BBS",
wsConnect: "wss://your-hostname.here:8811" wsConnect: "wss://your-hostname.here:8811",
term: "ansi-bbs", term: "ansi-bbs",
codePage: "CP437", codePage: "CP437",
fontName: "UVGA16", fontName: "UVGA16",