Skip to content

Commit

Permalink
fix Accept header typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassage committed Feb 3, 2015
1 parent df84b1b commit 337c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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. very difficult, at best, to change in the future.


It is best to provide version specification in the headers, with other 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 Accept: application/vnd.heroku+json; version=3
Expand Down

0 comments on commit 337c4a0

Please sign in to comment.