From b9f2f4df33f085866b7d3b81dce71809dbfe822a Mon Sep 17 00:00:00 2001 From: Thomas Jarrand Date: Tue, 17 Feb 2015 16:32:37 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e58abe..79cfc0b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ public function registerBundles() That's it. You're good. Get some well deserved rest. -## Usage: +Usage: --------- Given a `Rocket` entity with two attributes: `name` (a string) and `colors` (an array of strings). From 2f8f4aa0501ad078313446156a4cfc253ddbcd7a Mon Sep 17 00:00:00 2001 From: Thomas Jarrand Date: Tue, 17 Feb 2015 16:33:44 +0100 Subject: [PATCH 2/3] Fixed code highlight --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79cfc0b..4c57ac9 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Installation: Add _ElaoJsonHttpFormBundle_ to your composer.json: -``` +```bash $ php composer.phar require elao/json-http-form-bundle ``` Register the bundle in the kernel: -``` +```php Date: Tue, 17 Feb 2015 16:46:36 +0100 Subject: [PATCH 3/3] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c57ac9..31bced5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ class RocketController extends Controller } ``` -The Controlle and Form above now accepts the following JSON POST request: +The Controller and Form above now accept the following JSON POST request: ```http POST /rockets HTTP/1.1