Skip to content

Commit

Permalink
Fix CakePHP name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Mar 30, 2015
1 parent db34583 commit 0bca8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ $ composer require cakephp/cakephp:"~3.0"

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
tests for cakephp by doing the following:
tests for CakePHP by doing the following:

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
Expand Down

0 comments on commit 0bca8fc

Please sign in to comment.