From 2c95da7e5ed200896b1422a4a07fbfe8b3af9d4f Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Wed, 14 May 2025 19:06:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 153410d..90b12d4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository contains n8n nodes for interacting with Signal CLI. It includes * Node.js (>=18.10) and pnpm (>=9.1) * n8n installed globally using `pnpm install n8n -g` -* Signal CLI set up and running in daemon mode with HTTP JSON-RPC endpoint exposed (`--http`) +* [Signal CLI](https://github.com/AsamK/signal-cli) set up and running in daemon mode with HTTP JSON-RPC endpoint exposed (`--http`) ## 📥 Installation @@ -32,7 +32,7 @@ This repository contains n8n nodes for interacting with Signal CLI. It includes ### 🔔 SignalTrigger * Triggers when a new message is received via Signal CLI. -* Requires Signal CLI API credential. +* Requires [Signal CLI](https://github.com/AsamK/signal-cli) API credential. * Parameters: * `account`: Signal account to listen for incoming messages.