Fix another typo

This commit is contained in:
Tanner Collin 2020-02-20 16:44:33 -07:00
parent 3b156b4a9b
commit 92d9405445

View File

@ -43,7 +43,7 @@ $ source env/bin/activate
Start an empty card_data.json: Start an empty card_data.json:
```text ```text
(env) $ echo "{}" > card-data.json (env) $ echo "{}" > card_data.json
``` ```
Now you can run the script to test: Now you can run the script to test: