From 5e8c100df3f860d493c1417231609c190a2619ce Mon Sep 17 00:00:00 2001 From: John Joubert Date: Wed, 3 Apr 2024 16:10:50 +0100 Subject: [PATCH] Fix example command in READMe Update example command to `rails generate noticed:notification` instead of `rails generate noticed:notifier` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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