Taddeus Kroes 13 лет назад
Родитель
Сommit
1677e70bf4
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.txt → README.md

@@ -1,4 +1,6 @@
--------
+WebBasics
+=========
+
 Summary
 Summary
 -------
 -------
 WebBasics is a set of classes that provides the minimal functionalities of a
 WebBasics is a set of classes that provides the minimal functionalities of a
@@ -7,7 +9,6 @@ and some array manipulation functions. No MVC 'model' implementation is
 included, there are already many of these out there (PHPActiveRecord is
 included, there are already many of these out there (PHPActiveRecord is
 recommended).
 recommended).
 
 
-----------
 Unit tests
 Unit tests
 ----------
 ----------
 Unit tests are located in the 'tests/' directory. PHPUnit is used to run
 Unit tests are located in the 'tests/' directory. PHPUnit is used to run
@@ -15,7 +16,6 @@ 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
 code coverage report. To run all unit tests, simply run 'phpunit' in the root
 directory.
 directory.
 
 
--------------
 Documentation
 Documentation
 -------------
 -------------
 PhpDocumentor can be used to generate documentation in the 'build/docs/'
 PhpDocumentor can be used to generate documentation in the 'build/docs/'