From 23dac0fb9e08b7f73c0f3738cfaa787c67ad6982 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Wed, 10 Apr 2024 00:57:18 +0200 Subject: [PATCH] Fix `noticed:notifier` generator in README (#438) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196faed..c9985d2 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:notification NewCommentNotifier +rails generate noticed:notifier NewCommentNotifier ``` ### Usage Contents