fix: Fixes image name typo in readme.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
2026-02-01 16:34:06 -05:00
parent 27337cd0e0
commit b046127096

View File

@@ -27,7 +27,7 @@ In a new project, use this image as the base image for your dev container.
```json ```json
{ {
"name": "Swift", "name": "Swift",
"image": "git.housh.dev/swift-dev:latest", "image": "git.housh.dev/swift-dev-container:latest",
"features": { "features": {
... ...
}, },