Browse Source

Merge pull request #2 from sirLisko/patch-1

fixed example
master
Brett Langdon 11 years ago
parent
commit
6956fe42de
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