Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Make the JSON in the README parse.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jun 9, 2012
1 parent 8d73b91 commit d3e6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,5 +98,5 @@ Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-02-16)
Date: Tue, 08 May 2012 20:09:10 GMT
Connection: Keep-Alive
{"job":{"number_one":1,"number_two":2,"answer":3","status":"finished","links":[{"href":"/jobs/1","rel":"self"},{"href":"/jobs","rel":"index"}]}}
{"job":{"number_one":1,"number_two":2,"answer":3,"status":"finished","links":[{"href":"/jobs/1","rel":"self"},{"href":"/jobs","rel":"index"}]}}
```

0 comments on commit d3e6ef5

Please sign in to comment.