Fixed misplaced comma in README

This commit is contained in:
Lewis Dale 2017-02-03 23:06:09 +00:00
parent 1b76932632
commit a2638c4624
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Configuration is stored in `config.json`. Example configuration file:
"port": 6667,
"user": "Janet",
"channels": [
"#channel1".
"#channel1",
"#channel2"
]
}