diff --git a/README.md b/README.md index 8d0ee35..0571c43 100755 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ class EventStoreServiceProvider extends EventStoreApplicationServiceProvider */ public function logger() { - // This will setup the logger for when an event happends. + // This will setup the logger for when an event happens. EventStore::logger(); // You can customise this by doing the following.