diff --git a/README.md b/README.md index be42967..ef64a39 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ title in the html site accordingly. ```javascript { "title": "My Flashcards", - "cards": { + "cards": [ { "question": "Who is the greatest?", "answer": "Brett Langdon" @@ -47,7 +47,7 @@ title in the html site accordingly. "question": "Who is terrible at naming projects?", "answer": "Brett Langdon" } - } + ] } ```