浏览代码

Sentences in README.md

euromark 11 年之前
父节点
当前提交
b9355c4e04
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -34,10 +34,10 @@ 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:
 
-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
+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
    a non-SQLite datasource.
-3. Run `phpunit`
+3. Run `phpunit`.
 
 ## Contributing