diff --git a/README.md b/README.md index c7c05fe..5371898 100644 --- a/README.md +++ b/README.md @@ -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