Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtraceweb committed Aug 18, 2013
1 parent a46634b commit dfc18dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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'));

```
```

0 comments on commit dfc18dc

Please sign in to comment.