Skip to content

Commit

Permalink
Update README.md to remove bangs from mark_as_read methods on collect…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
phil-6 committed Jan 24, 2024
1 parent c656dad commit c29e642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ user.notifications.unread
Marking all notifications as read or unread:

```ruby
user.notifications.mark_as_read!
user.notifications.mark_as_unread!
user.notifications.mark_as_read
user.notifications.mark_as_unread
```

#### Instance methods
Expand Down

0 comments on commit c29e642

Please sign in to comment.