Skip to content

Commit 29ebb67

Browse files
fix: correct package name in README and package.json to n8n-nodes-contentstudio
1 parent 72e4bfe commit 29ebb67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ This package provides n8n community nodes for integrating with ContentStudio API
77
### In n8n (Recommended)
88
1. Go to **Settings** > **Community Nodes**
99
2. Click **Install**
10-
3. Enter package name: `n8n-nodes-contentstudio-d4interactive`
10+
3. Enter package name: `n8n-nodes-contentstudio`
1111
4. Click **Install**
1212

1313
### Via npm
1414
```bash
15-
npm install n8n-nodes-contentstudio-d4interactive
15+
npm install n8n-nodes-contentstudio
1616
```
1717

1818
## Prerequisites
@@ -104,7 +104,7 @@ Publishing to npm is automated via [.github/workflows/publish.yml](.github/workf
104104
git push origin v2.0.8
105105
```
106106

107-
4. The tag push triggers the workflow → builds, publishes `contentstudio-n8n-nodes@<version>` to npm with provenance.
107+
4. The tag push triggers the workflow → builds, publishes `n8n-nodes-contentstudio@<version>` to npm with provenance.
108108
5. Watch progress at: https://github.com/d4interactive/n8n-nodes/actions
109109

110110
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "contentstudio-n8n-nodes",
2+
"name": "n8n-nodes-contentstudio",
33
"version": "2.0.8",
44
"description": "n8n node for ContentStudio API (X-API-Key)",
55
"keywords": ["n8n-community-node-package", "n8n", "workflow", "contentstudio", "social", "api", "automation"],

0 commit comments

Comments
 (0)