Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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!
Pull Requests are always more than welcome!