Skip to content

Commit

Permalink
small fix typo in docker command
Browse files Browse the repository at this point in the history
fix typo in docker command
from: docker.n8n.io/n8n-io/n8n
to: docker.n8n.io/n8nio/n8n
  • Loading branch information
davizucon authored Dec 20, 2024
1 parent 3cb7081 commit b7f2499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Try n8n instantly with [npx](https://docs.n8n.io/hosting/installation/npm/) (req

Or deploy with [Docker](https://docs.n8n.io/hosting/installation/docker/):

`docker run -it --rm --name n8n -p 5678:5678 docker.n8n.io/n8n-io/n8n`
`docker run -it --rm --name n8n -p 5678:5678 docker.n8n.io/n8nio/n8n`

Access the editor at http://localhost:5678

Expand Down

0 comments on commit b7f2499

Please sign in to comment.