fix: uses "projects" instead of "templates" in examples docs

This commit is contained in:
Ben Potter
2022-05-11 13:42:47 -05:00
committed by GitHub
parent 3024e25c09
commit 982769f0dc
+2 -2
View File
@@ -1,6 +1,6 @@
# Examples
List examples in our CLI with `coder projects init`.
List examples in our CLI with `coder templates init`.
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
@@ -11,5 +11,5 @@ Clone this repository to create a project from any example listed here:
```sh
git clone https://github.com/coder/coder
cd examples/aws-macos
coder projects create
coder templates create
```