From 826fd358416ff899e9d43377ed517b64ce70853c Mon Sep 17 00:00:00 2001 From: Greg Holland Date: Tue, 8 Jan 2013 16:45:51 -0800 Subject: [PATCH] update doc to reflect new accept header config param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d65dba..7d0403b 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ configure this sandbox using the following parameters: delivery: query # only query delivery is supported for now enabled: true # default: true, you can set this parameter to `false` to disable the sandbox endpoint: http://sandbox.example.com/ # default: /app_dev.php, use this parameter to define which URL to call through the sandbox - + accept_type: application/json # default null, if set, the value is automatically populated as the Accept header The bundle provides a way to register multiple `input` parsers. The first parser that can handle the specified input is used, so you can configure their priorities via container tags. Here's an example parser service registration: