diff --git a/README.md b/README.md index c83179f..9b05dc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Monolog Parser +Monolog Parser [![Build Status](https://travis-ci.org/ddtraceweb/monolog-parser.png?branch=master)](https://travis-ci.org/ddtraceweb/monolog-parser) ============== A simple library for parsing [monolog](https://github.com/Seldaek/monolog) logfiles. @@ -24,4 +24,4 @@ You can install the library using [composer]('http://getcomposer.org/) by adding $lastLine = $reader[count($reader)-1]; echo sprintf("The last log entry was written at %s. \n", $lastLine['date']->format('Y-m-d h:i:s')); -``` \ No newline at end of file +```