Skip to content

Commit

Permalink
fix: readme urls with new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninodafonte committed Jun 13, 2022
1 parent dab1d3e commit df9ab5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<br />
<br />
Take a look, play and have fun with this.
<a href="https://github.com/CodelyTV/n8n-nodes-twitch/stargazers">Stars are welcome 😊</a>
<a href="https://github.com/CodelyTV/n8n-node-twitch/stargazers">Stars are welcome 😊</a>
</p>

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

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:

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

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:

Expand Down

0 comments on commit df9ab5a

Please sign in to comment.