Skip to content

Commit

Permalink
Fixed quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 11, 2013
1 parent a18d4b4 commit f16d66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ is determined by the request's extension, an explicit `format` parameter in the
string, or `Accept` header.

The following API will only respond to the JSON content-type and will not parse any other input than `application/json`,
'application/x-www-form-urlencoded', 'multipart/form-data', 'multipart/related' and 'multipart/mixed'. All other requests
`application/x-www-form-urlencoded`, `multipart/form-data`, `multipart/related` and `multipart/mixed`. All other requests
will fail with an HTTP 406 error code.

```ruby
Expand Down

0 comments on commit f16d66c

Please sign in to comment.