From 3e7b8b06637b5f57dd4c8f70297e379803630130 Mon Sep 17 00:00:00 2001 From: Niekert Date: Mon, 24 Jun 2019 17:41:51 +0200 Subject: [PATCH] Fix missing '#' (pound) in link --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 5fb86df2..3d292738 100644 --- a/modules/README.md +++ b/modules/README.md @@ -267,7 +267,7 @@ When using a node_helper, the node helper can send your module notifications. Wh - `payload` - AnyType - The payload of a notification. **Note 1:** When a node helper sends a notification, all modules of that module type receive the same notifications.
-**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](thissendsocketnotificationnotification-payload). +**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](#thissendsocketnotificationnotification-payload). **Example:** ````javascript