aboutsummaryrefslogtreecommitdiff
path: root/src/sshd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/sshd/README.md')
-rw-r--r--src/sshd/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sshd/README.md b/src/sshd/README.md
index 9481596..511659e 100644
--- a/src/sshd/README.md
+++ b/src/sshd/README.md
@@ -7,9 +7,9 @@ Adds a SSH server into a container so that you can use an external terminal, sft
```json
"features": {
- "ghcr.io/devcontainers/features/sshd:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/sshd:1": {
+ "version": "latest"
+ }
}
```