Skip to content

Commit

Permalink
Fix README headings
Browse files Browse the repository at this point in the history
  • Loading branch information
mleko committed Mar 20, 2017
1 parent 8e43b81 commit c1a8919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#narrator/narrator
# narrator/narrator

[![Travis CI](https://travis-ci.org/mleko/narrator.svg?branch=master)](https://travis-ci.org/mleko/narrator)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mleko/narrator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mleko/narrator/?branch=master)
Expand All @@ -8,15 +8,15 @@ Small and simple Event Bus library.

Narrator allows communication between components without requiring the component to explicitly depend on each other.

##Installation
## Installation

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

```sh
$ composer require narrator/narrator
```

##Basic usage
## Basic usage

```php
// Simple event object
Expand Down Expand Up @@ -48,7 +48,7 @@ $event = new UserRegistered(...);
$eventBus->emit($event);
```

##Testing
## Testing
To run unit tests use PHPUnit
```
$ ./vendor/bin/phpunit
Expand Down

0 comments on commit c1a8919

Please sign in to comment.