From 9653e3c70fa7052c927d1aa4e7b95a2f335fc998 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 12 Apr 2014 20:35:30 +0200 Subject: [PATCH] Capitalisation improvements. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c33f8742..6399aeee 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,21 @@ Dependencies are managed via Composer. ## Contributing -1. Fork the project +1. Fork the Project 2. Install Dependencies -3. Create a feature branch +3. Create a Feature Branch -4. (Optional) Run the Test Suite +4. (Recommended) Run the Test Suite ``` sh vendor/bin/phpunit ``` - -5. (Optional) Check whether your code conforms to our coding standards by running +5. (Recommended) Check whether your code conforms to our Coding Standards by running ``` sh vendor/bin/phing -f build/build.xml sniff ``` -6. Send us a pull request +6. Send us a Pull Request