OSDN Git Service

0.1.8; Improved README
[php-libraries/SimpleAnnotations.git] / README.md
index 2ad278b..d4d7b09 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@ You need [PHPUnit](https://github.com/sebastianbergmann/phpunit/). After you get
 
 ## API
 
-DocBlock variable names does not matter. DocBlock Reader converts type of values basing on the context (see examples).
-
 * `$reader = new \DocBlockReader\Reader(String $className, String $methodName)`
 
  Initialize DocBlock Reader on `$className::$methodName`.
@@ -57,6 +55,8 @@ DocBlock variable names does not matter. DocBlock Reader converts type of values
 
 Examples based on ReaderTest.php.
 
+Note: DocBlock Reader converts type of values basing on the context (see below).
+
 ### Type conversion example
 
 ```php