瀏覽代碼

Fix a couple small things

skullY 6 年之前
父節點
當前提交
dca684b8cd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/cli.md
  2. 1 1
      requirements.txt

+ 1 - 1
docs/cli.md

@@ -27,5 +27,5 @@ This command allows you to compile JSON files you have downloaded from <https://
 **Usage**:
 
 ```
-qmk compile-json -f mine.json
+qmk compile-json mine.json
 ```

+ 1 - 1
requirements.txt

@@ -1,5 +1,5 @@
 # Python requirements
-# milc FIXME: Included in the repo for now.
+# milc FIXME(skullydazed): Included in the repo for now.
 argcomplete
 colorama
 #halo