Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Apr 9, 2012
1 parent ab31348 commit 8f55b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,7 +58,7 @@ User.find(1)

By default, Her handles JSON data. It expects the data to be formatted in a certain structure. The default is this:

```json
```javascript
// The response of GET /users/1
{
"data" : {
Expand All @@ -78,7 +78,7 @@ By default, Her handles JSON data. It expects the data to be formatted in a cert
"id" : 2,
"name" : "Lindsay Fünke"
}
]
],
"metadata" : {
"page" : 1,
"per_page" : 10
Expand Down

0 comments on commit 8f55b37

Please sign in to comment.