From ee68e5aa68f3d4d353670c43eec72a613e23b96e Mon Sep 17 00:00:00 2001 From: Benjamin Cook Date: Sun, 19 Jan 2025 20:32:58 +1000 Subject: [PATCH] Fix a typo in the name of the docker image in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97df20a1..fa83c7e0 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Unless you wish to contribute to the project, we recommend using the hosted vers The easiest way to run DevDocs locally is using Docker: ```sh -docker run --name devdocs -d -p 9292:9292 ghcr.io/freecodcamp/devdocs:latest +docker run --name devdocs -d -p 9292:9292 ghcr.io/freecodecamp/devdocs:latest ``` This will start DevDocs at [localhost:9292](http://localhost:9292). We provide both regular and Alpine-based images: -- `ghcr.io/freecodcamp/devdocs:latest` - Standard image -- `ghcr.io/freecodcamp/devdocs:latest-alpine` - Alpine-based (smaller size) +- `ghcr.io/freecodecamp/devdocs:latest` - Standard image +- `ghcr.io/freecodecamp/devdocs:latest-alpine` - Alpine-based (smaller size) Images are automatically built and updated monthly with the latest documentation.