Skip to content

Commit

Permalink
Correct JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
jml committed Jan 29, 2017
1 parent 5a2a691 commit 0768c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/tutorial/Introduction.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ And get responses like:
```json
{
data: {
greeting: "Hello world!"
"data": {
"greeting": "Hello world!"
}
}
```
Expand Down Expand Up @@ -215,9 +215,9 @@ Which would produce output like:
```json
{
data: {
me: {
name: "Mort"
"data": {
"me": {
"name": "Mort"
}
}
}
Expand Down

0 comments on commit 0768c38

Please sign in to comment.