From b0461270969a981634df383e08eb3bca3127b922 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 1 Feb 2026 16:34:06 -0500 Subject: [PATCH] fix: Fixes image name typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ff0e9..6c40b57 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In a new project, use this image as the base image for your dev container. ```json { "name": "Swift", - "image": "git.housh.dev/swift-dev:latest", + "image": "git.housh.dev/swift-dev-container:latest", "features": { ... },