Skip to content

Commit

Permalink
Add tags and install info
Browse files Browse the repository at this point in the history
  • Loading branch information
mleko committed Oct 1, 2016
1 parent d68ba5f commit 9e1907a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
[![Travis CI](https://travis-ci.org/mleko/event.svg?branch=master)](https://travis-ci.org/mleko/event)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mleko/event/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mleko/event/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/mleko/event/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mleko/event/?branch=master)

##Installation

Using [Composer](http://getcomposer.org/):

```sh
$ composer require mleko/event
```
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "mleko/event",
"description": "Event library",
"keyword": ["event", "emitter", "listener"],
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 9e1907a

Please sign in to comment.