Skip to content

Commit

Permalink
updating code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jan 9, 2016
1 parent 4989637 commit bf936a7
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
Expand Up @@ -52,7 +52,7 @@ contact me.

For an in-depth tutorial: http://marcelog.github.com/articles/pami_introduction_tutorial_how_to_install.html

```
```php
// Make sure you include the composer autoload.
require __DIR__ . '/vendor/autoload.php';

Expand Down Expand Up @@ -83,7 +83,7 @@ A second (optional) argument can be used when registering the event listener: a
closure that will be evaluated before calling the callback. The callback will
be called only if this predicate returns true:

```
```php
use PAMI\Message\Event\DialEvent;

$client->registerEventListener(
Expand Down

0 comments on commit bf936a7

Please sign in to comment.