aboutsummaryrefslogtreecommitdiff
path: root/src/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/git')
-rw-r--r--src/git/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/git/README.md b/src/git/README.md
index d14ec69..54e1fa6 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -7,9 +7,9 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
```json
"features": {
- "ghcr.io/devcontainers/features/git:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/git:1": {
+ "version": "latest"
+ }
}
```