瀏覽代碼

docs(README): update sample conf lang to jsonc to allow comments

ayntgl 4 年之前
父節點
當前提交
b0ca25677f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ sudo mv ./discordo /usr/local/bin
 
 Discordo aims to be highly configurable, it may be easily customized via a configuration file. It creates a default configuration file on the first start-up. The default and newly created configuration file is located at `$HOME/.config/discordo/config.json`. Here is a sample (not default) configuration file:
 
-```json
+```jsonc
 {
   // The client authentication token (optional)
   "Token": "",