From a936f653eb7f72e49a6b92294551960943e0809c Mon Sep 17 00:00:00 2001 From: ybert Date: Wed, 26 Oct 2016 14:47:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d529c93..986e0a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Configure the bundle in `app/config/config.yml`: ```yaml ybert_imagify: - apiKey: "%imagify_apiKey%" + apiKey: %imagify_apiKey% ``` Finally, update your `app/config/parameters.yml` file to store your Imagify API credentials: @@ -34,7 +34,7 @@ Finally, update your `app/config/parameters.yml` file to store your Imagify API ```yaml parameters: # ... - imagify_apiKey: "MyAPIKey" + imagify_apiKey: MyAPIKey ``` ## Usage