소스 검색

Updated README.

Taddeus Kroes 13 년 전
부모
커밋
b0cfb3cd10
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      README.txt

+ 5 - 5
README.txt

@@ -10,13 +10,13 @@ recommended).
 ----------
 Unit tests
 ----------
-Unit tests are in the 'tests/' directory. PHPUnit is used to run tests. The
-PHP extension Xdebug needs to be installed in order to generate a code
-coverage report. To run all unit tests, simply run 'phpunit' in the root
+Unit tests are located in the 'tests/' directory. PHPUnit is used to run
+tests. The PHP extension Xdebug needs to be installed in order to generate a
+code coverage report. To run all unit tests, simply run 'phpunit' in the root
 directory.
 
 -------------
 Documentation
 -------------
-PhpDocumentor can be used to generate documentation in the 'docs/' directory.
-Just run 'phpdoc' in the root directory.
+PhpDocumentor can be used to generate documentation in the 'build/docs/'
+directory. Just run 'phpdoc' in the root directory.