Skip to content

Commit 603ea30

Browse files
committed
fix: readme urls with new repo name
1 parent bab6b2c commit 603ea30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<br />
1919
<br />
2020
Take a look, play and have fun with this.
21-
<a href="https://github.com/CodelyTV/n8n-nodes-twitch/stargazers">Stars are welcome 😊</a>
21+
<a href="https://github.com/CodelyTV/n8n-node-twitch/stargazers">Stars are welcome 😊</a>
2222
</p>
2323

2424
# 👀 Usage example
@@ -40,8 +40,8 @@ Once it's installed, it will appear in the components palette, as any other comp
4040

4141
Just go to your n8n instance, find the folder where n8n is installed (if you are using the standard Docker installation, it will probably be: /usr/local/lib/node_modules/n8n) and install the package as any other npm package:
4242

43-
- Npm: `npm i @codelytv/n8n-nodes-twitch`
44-
- Yarn: `yarn add @codelytv/n8n-nodes-twitch`
43+
- Npm: `npm i @codelytv/n8n-node-twitch`
44+
- Yarn: `yarn add @codelytv/n8n-node-twitch`
4545

4646
If you want to create a custom Docker image to have it installed by default (that's what we do), you could use our Dockerfile as a base. Take a look at our custom docker image repo:
4747

0 commit comments

Comments
 (0)