From e5fe9af2ca7e0ae44bb3da3d190b1c691a60f6b1 Mon Sep 17 00:00:00 2001 From: Luca Lischetti Date: Sun, 14 Jun 2015 21:45:10 +0100 Subject: [PATCH] fixed example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } - } + ] } ```