From 92e7b28422e1694654fcbe4ca95553a81739ed40 Mon Sep 17 00:00:00 2001 From: Kani Robinson Date: Mon, 4 Nov 2019 15:42:58 +0000 Subject: [PATCH] Update README.md Co-Authored-By: Craig Morris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.