Skip to content

Commit 8271a0f

Browse files
authored
Update README.md
yolo
1 parent bb4ffa9 commit 8271a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ This repository automatically builds and publishes a Docker image to the GitHub
7575

7676
### CLI Mode
7777
```bash
78-
docker run --rm ghcr.io/sntxrr/TitleCreator:latest
78+
docker run --rm ghcr.io/sntxrr/titlecreator:latest
7979
```
8080

8181
### Web UI Mode
8282
```bash
83-
docker run --rm -p 8080:8080 -e WEB_MODE=true ghcr.io/sntxrr/TitleCreator:latest
83+
docker run --rm -p 8080:8080 -e WEB_MODE=true ghcr.io/sntxrr/titlecreator:latest
8484
```
8585

8686
### JSON API Mode

0 commit comments

Comments
 (0)