From 3b156b4a9bc33d3562ac97439a39685233840828 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 19 Feb 2020 22:39:58 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e1259..13118a9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ source env/bin/activate (env) $ pip install -r requirements.txt ``` -Start an empty card-data.json: +Start an empty card_data.json: ```text (env) $ echo "{}" > card-data.json