From f16d66cb77359e1a2f8c6d2a731b74605a83b668 Mon Sep 17 00:00:00 2001 From: "Daniel Doubrovkine (dB.)" Date: Sun, 10 Feb 2013 19:32:48 -0500 Subject: [PATCH] Fixed quotes. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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