diff --git a/README.markdown b/README.markdown index 7d1f25fb45..9fbbc003a7 100644 --- a/README.markdown +++ b/README.markdown @@ -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