From e2528539acdc72bd50be5355bc31e41639def3ae Mon Sep 17 00:00:00 2001 From: Vasil Rangelov Date: Fri, 30 Nov 2012 22:43:34 +0200 Subject: [PATCH] Added a Travis status image to README.md; Also, fixed a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1440b2b..6405d1a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -7,7 +7,7 @@ Introduction The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser 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. > **Note**: *this is a core component of phpDocumentor and is constantly being