From 0cb8ecf8aa5bdc678bf942683b5065ec7c29af58 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Sat, 4 Jan 2025 12:58:08 -0700 Subject: [PATCH] Updated README with a link to a guide that explains how to register users via web browser --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2099c5e..e91d6ab 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ Interested in helping? Contributions to finalize E2EE support are welcome! This module includes a node to register users using the Synapse secret registration endpoint. It returns both an `access_token` and a `device_id`, perfect for setting up the bot. -[See how to register a user here](https://github.com/Skylar-Tech/node-red-contrib-matrix-chat/tree/master/examples#readme). +[Guide on registering a user via the web browser](https://skylar.tech/matrix-chat-bot-module-for-node-red/) + +[Guide on registering using shared secret registration](https://github.com/Skylar-Tech/node-red-contrib-matrix-chat/tree/master/examples#readme) (for server owners) ### Other Packages @@ -69,4 +71,4 @@ This module includes a node to register users using the Synapse secret registrat We welcome all contributions! Please submit a pull request if you add a feature so the whole community can benefit. -**Sharing is caring!** \ No newline at end of file +**Sharing is caring!**