Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Changed plugins to event listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Sep 13, 2015
1 parent 67a31be commit c4d58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ are called and can be used to extend functionality.
Swiftlet has a few core events and additiontal ones can be triggered pretty much
anywhere using `$this->app->trigger($event)`.

**Listener `src/HelloWorld/Listerners/Foo.php`**
**Listener `src/HelloWorld/Listeners/Foo.php`**

```php
<?php
Expand Down

0 comments on commit c4d58ab

Please sign in to comment.