We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4ffa9 commit 8271a0fCopy full SHA for 8271a0f
README.md
@@ -75,12 +75,12 @@ This repository automatically builds and publishes a Docker image to the GitHub
75
76
### CLI Mode
77
```bash
78
-docker run --rm ghcr.io/sntxrr/TitleCreator:latest
+docker run --rm ghcr.io/sntxrr/titlecreator:latest
79
```
80
81
### Web UI Mode
82
83
-docker run --rm -p 8080:8080 -e WEB_MODE=true ghcr.io/sntxrr/TitleCreator:latest
+docker run --rm -p 8080:8080 -e WEB_MODE=true ghcr.io/sntxrr/titlecreator:latest
84
85
86
### JSON API Mode
0 commit comments