From 4d1bb965da61136d74f4691b6dd763d97253093b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20K=C3=B6hlbrugge?= Date: Sat, 6 Jul 2024 17:33:14 +0200 Subject: [PATCH] Fix anchor link to "Sending notifications" (#464) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01ab13..5ef030a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ rails generate noticed:notifier NewCommentNotifier - [Tip: Capture User Preferences](#tip-capture-user-preferences) - [Tip: Extracting Delivery Method Configurations](#tip-extracting-delivery-method-configurations) - [Shared Delivery Method Options](#shared-delivery-method-options) -- [Sending Notifications](#sending-notifications) +- [Sending Notifications](#-sending-notifications) - [Custom Noticed Model Methods](#custom-noticed-model-methods) ### Notifier Objects