Skip to content

Commit eb83d81

Browse files
committed
Added a Travis status image to README.md;
Also, fixed a typo.
1 parent 6f0fc03 commit eb83d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The ReflectionDocBlock Component
1+
The ReflectionDocBlock Component [![Build Status](https://secure.travis-ci.org/phpDocumentor/ReflectionDocBlock.png)](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
22
================================
33

44
Introduction
@@ -7,7 +7,7 @@ Introduction
77
The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser
88
that is 100% compatible with the [PHPDoc standard](http://phpdoc.org/docs/latest).
99

10-
With this component can a library provide support for annotations via DocBlocks
10+
With this component, a library can provide support for annotations via DocBlocks
1111
or otherwise retrieve information that is embedded in a DocBlock.
1212

1313
> **Note**: *this is a core component of phpDocumentor and is constantly being

0 commit comments

Comments
 (0)