From 4bdb0c4f7a9b637de2259ecb55abef2f377468ff Mon Sep 17 00:00:00 2001 From: Sergio N Date: Mon, 25 Feb 2019 14:21:48 -0300 Subject: [PATCH] Update README.md error type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cd0504..68fc923 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ To mark notifications as read, you can use the `markAsRead` method. Some example ```php // mark a single notification as read - $this->Notifier->markAsRead(500; + $this->Notifier->markAsRead(500); // mark all notifications of the given user as read $this->Notifier->markAsRead(null, 2); @@ -211,4 +211,4 @@ The component has the following methods available: If you need some help or got ideas for this plugin, feel free to chat at [Gitter](https://gitter.im/bakkerij/notifier). -Pull Requests are always more than welcome! \ No newline at end of file +Pull Requests are always more than welcome!