Skip to content

Commit 89eb31c

Browse files
Merge pull request #2409 from cookbenjamin/fix-docker-typo
Fix a typo in the name of the docker image in the readme
2 parents 78a17cf + ee68e5a commit 89eb31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Unless you wish to contribute to the project, we recommend using the hosted vers
2525
The easiest way to run DevDocs locally is using Docker:
2626

2727
```sh
28-
docker run --name devdocs -d -p 9292:9292 ghcr.io/freecodcamp/devdocs:latest
28+
docker run --name devdocs -d -p 9292:9292 ghcr.io/freecodecamp/devdocs:latest
2929
```
3030

3131
This will start DevDocs at [localhost:9292](http://localhost:9292). We provide both regular and Alpine-based images:
32-
- `ghcr.io/freecodcamp/devdocs:latest` - Standard image
33-
- `ghcr.io/freecodcamp/devdocs:latest-alpine` - Alpine-based (smaller size)
32+
- `ghcr.io/freecodecamp/devdocs:latest` - Standard image
33+
- `ghcr.io/freecodecamp/devdocs:latest-alpine` - Alpine-based (smaller size)
3434

3535
Images are automatically built and updated monthly with the latest documentation.
3636

0 commit comments

Comments
 (0)