Added a Travis status image to README.md;

Also, fixed a typo.
This commit is contained in:
Vasil Rangelov
2012-11-30 22:43:34 +02:00
parent ff09e61782
commit e2528539ac
+2 -2
View File
@@ -1,4 +1,4 @@
The ReflectionDocBlock Component The ReflectionDocBlock Component [![Build Status](https://secure.travis-ci.org/phpDocumentor/ReflectionDocBlock.png)](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
================================ ================================
Introduction Introduction
@@ -7,7 +7,7 @@ Introduction
The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser
that is 100% compatible with the [PHPDoc standard](http://phpdoc.org/docs/latest). that is 100% compatible with the [PHPDoc standard](http://phpdoc.org/docs/latest).
With this component can a library provide support for annotations via DocBlocks With this component, a library can provide support for annotations via DocBlocks
or otherwise retrieve information that is embedded in a DocBlock. or otherwise retrieve information that is embedded in a DocBlock.
> **Note**: *this is a core component of phpDocumentor and is constantly being > **Note**: *this is a core component of phpDocumentor and is constantly being