From 7343cb2b24ea46ea76663a61cd6fd848949780f4 Mon Sep 17 00:00:00 2001 From: Deepak Benny Date: Thu, 19 Dec 2024 12:06:57 +0530 Subject: [PATCH] fix: update docker image path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41a5e5ac863d..cc7d596f61171 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