Parcourir la source

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

ayntgl il y a 4 ans
Parent
commit
b0ca25677f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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": "",