Skip to content

Commit

Permalink
Fix example command in READMe (#435)
Browse files Browse the repository at this point in the history
Update example command to `rails generate noticed:notification` instead of `rails generate noticed:notifier`
  • Loading branch information
johnjoubert authored Apr 3, 2024
1 parent 00daf51 commit 66f8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Noticed operates with a few constructs: Notifiers, delivery methods, and Notific
To start, generate a Notifier:

```bash
rails generate noticed:notifier NewCommentNotifier
rails generate noticed:notification NewCommentNotifier
```

### Usage Contents
Expand Down

0 comments on commit 66f8006

Please sign in to comment.