Skip to content

Commit 92844ab

Browse files
authored
docs: correct example usage command
`ember app` seems to be an invalid ember-cli command, it should be `ember new`
1 parent f27132d commit 92844ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ If you have an existing app that you would like to upgrade to use Vite consider
77
## Usage
88

99
```
10-
pnpm dlx ember-cli@latest app my-app-name -b @ember/app-blueprint --pnpm
10+
pnpm dlx ember-cli@latest new my-app-name -b @ember/app-blueprint --pnpm
1111
```

0 commit comments

Comments
 (0)