Update README.md and package.json n8n-nodes-tavilyapi

This commit is contained in:
Steven Milanese 2025-03-07 05:26:14 -05:00
parent 666d4eb4c2
commit eeba6180fd
2 changed files with 4 additions and 4 deletions

View file

@ -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: It contains two nodes:
@ -51,7 +51,7 @@ It contains two nodes:
1. From your n8n root directory, run: 1. From your n8n root directory, run:
```bash ```bash
npm install n8n-tavily-nodes npm install n8n-nodes-tavilyapi
``` ```
2. Restart n8n. 2. Restart n8n.

View file

@ -1,5 +1,5 @@
{ {
"name": "n8n-tavily-nodes", "name": "n8n-nodes-tavilyapi",
"version": "1.0.0", "version": "1.0.0",
"description": "n8n Community Nodes for Tavily API integration", "description": "n8n Community Nodes for Tavily API integration",
"author": "Steven Milanese <dev@levelai.xyz> (https://StevenMilanese.com)", "author": "Steven Milanese <dev@levelai.xyz> (https://StevenMilanese.com)",