Browse Source

fixed example

pull/2/head
Luca Lischetti 11 years ago
parent
commit
e5fe9af2ca
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -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"
}
}
]
}
```


Loading…
Cancel
Save