Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acconrad committed Jan 12, 2016
1 parent 579d53e commit e9c8e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Fetch.html( '/api/web/get-html' )
### JSON GET request

```javascript
// endpoint returns { name: 'Adam', age: 31 }
// endpoint returns { name: 'Adam', age: 30 }
Fetch.json( '/api/web/get-json' )
.then( function( data ){
this.name = data.name;
Expand Down Expand Up @@ -71,7 +71,7 @@ Fetch.postJSON( '/api/web/post-json', { name: 'Adam', age: 30 } )
});
```

## SupportBrowsers
## Support Browsers

### Rails
* Rails 4.0+
Expand Down

0 comments on commit e9c8e78

Please sign in to comment.