From eeba6180fd2d53f642108be048aaba02684996f7 Mon Sep 17 00:00:00 2001 From: Steven Milanese Date: Fri, 7 Mar 2025 05:26:14 -0500 Subject: [PATCH] Update README.md and package.json n8n-nodes-tavilyapi --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d779f45..41e5317 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# n8n-tavily-nodes +# n8n-nodes-tavilyapi -**n8n-tavily-nodes** is an n8n community node package that integrates the [Tavily API](https://api.tavily.com) for powerful **web search** and **content extraction**. +**n8n-nodes-tavilyapi** is an n8n community node package that integrates the [Tavily API](https://api.tavily.com) for powerful **web search** and **content extraction**. It contains two nodes: @@ -51,7 +51,7 @@ It contains two nodes: 1. From your n8n root directory, run: ```bash - npm install n8n-tavily-nodes + npm install n8n-nodes-tavilyapi ``` 2. Restart n8n. diff --git a/package.json b/package.json index f0f4f7e..233b79c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "n8n-tavily-nodes", + "name": "n8n-nodes-tavilyapi", "version": "1.0.0", "description": "n8n Community Nodes for Tavily API integration", "author": "Steven Milanese (https://StevenMilanese.com)",