Skip to content

Commit

Permalink
Merge pull request #63 from dpassage/patch-1
Browse files Browse the repository at this point in the history
fix Accept header typo
  • Loading branch information
geemus committed Feb 3, 2015
2 parents df84b1b + 337c4a0 commit 232f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ be specified with all requests. Default versions should be avoided as they are
very difficult, at best, to change in the future.

It is best to provide version specification in the headers, with other
metadata, using the `Accepts header with a custom content type, e.g.:
metadata, using the `Accept` header with a custom content type, e.g.:

```
Accept: application/vnd.heroku+json; version=3
Expand Down

0 comments on commit 232f8dc

Please sign in to comment.