8000 fix: uses "projects" instead of "templates" in examples docs · coder/coder@982769f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)
0