Skip to content

Commit bb4ffa9

Browse files
authored
Update README.md (#11)
correct the docker url so it copies correctly
1 parent 62dbc1c commit bb4ffa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ curl -H "Accept: application/json" http://localhost:8080/
111111
4. **Deploy to Cloud Run:**
112112
```bash
113113
gcloud run deploy titlecreator \
114-
--image ghcr.io/sntxrr/TitleCreator:latest \
114+
--image ghcr.io/sntxrr/titlecreator:latest \
115115
--platform managed \
116116
--region us-central1 \
117117
--allow-unauthenticated \
@@ -140,18 +140,18 @@ You can pull and run this pre-built image directly:
140140

141141
1. **Pull the latest image:**
142142
```bash
143-
docker pull ghcr.io/sntxrr/TitleCreator:latest
143+
docker pull ghcr.io/sntxrr/titlecreator:latest
144144
```
145145

146146

147147
2. **Run the container:**
148148
```bash
149-
docker run --rm ghcr.io/sntxrr/TitleCreator:latest
149+
docker run --rm ghcr.io/sntxrr/titlecreator:latest
150150
```
151151

152152
This will output a new title, just like running it locally or building it yourself.
153153

154154

155155
#### COMING SOON
156156

157-
a `golang` version
157+
a `golang` version

0 commit comments

Comments
 (0)