From c00b95e08f26b2df27b1b3e283135efdec0e4a84 Mon Sep 17 00:00:00 2001 From: Mateus Valgueiro Date: Fri, 27 Dec 2024 11:38:38 -0300 Subject: [PATCH] docs: Fix docker URL on README.md (no-changelog) (#12386) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41a5e5ac8..cc7d596f61 100644 --- a/README.md +++ b/README.md @@ -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