Browse Source

Fix CakePHP name in README

Bryan Crowe 11 years ago
parent
commit
0bca8fc3aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ $ composer require cakephp/cakephp:"~3.0"
 
 
 Assuming you have PHPUnit installed system wide using one of the methods stated
 Assuming you have PHPUnit installed system wide using one of the methods stated
 [here](http://phpunit.de/manual/current/en/installation.html), you can run the
 [here](http://phpunit.de/manual/current/en/installation.html), you can run the
-tests for cakephp by doing the following:
+tests for CakePHP by doing the following:
 
 
 1. Copy `phpunit.xml.dist` to `phpunit.xml`.
 1. Copy `phpunit.xml.dist` to `phpunit.xml`.
 2. Add the relevant database credentials to your `phpunit.xml` if you want to run tests against
 2. Add the relevant database credentials to your `phpunit.xml` if you want to run tests against