Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 982769f

Browse files
authored
fix: uses "projects" instead of "templates" in examples docs
1 parent 3024e25 commit 982769f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
List examples in our CLI with `coder projects init`.
3+
List examples in our CLI with `coder templates init`.
44

55
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
66
@@ -11,5 +11,5 @@ Clone this repository to create a project from any example listed here:
1111
```sh
1212
git clone https://github.com/coder/coder
1313
cd examples/aws-macos
14-
coder projects create
14+
coder templates create
1515
```

0 commit comments

Comments
 (0)