Skip to content

Commit 1ada8f6

Browse files
committed
update example cmd
1 parent 3ca0ae5 commit 1ada8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/templates/envbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To supply values to existing existing Terraform variables you can specify the
3838
`--variable` flag. For example
3939

4040
```bash
41-
coder templates create test --variable namespace="mynamespace" --variable max_cpus=2 --variable min_cpus=1 --variable max_memory=4 --variable min_memory=1
41+
coder templates create envbox --variable namespace="mynamespace" --variable max_cpus=2 --variable min_cpus=1 --variable max_memory=4 --variable min_memory=1
4242
```
4343

4444
## Contributions

0 commit comments

Comments
 (0)