Skip to content

Commit fb95548

Browse files
authored
Merge pull request #33 from selemondev/docs
docs: update
2 parents 42340cb + 9fa37de commit fb95548

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pnpm create react-next@latest <project-name> --ts --eslint --tailwind --use-pnpm
4343
You can also pass command line arguments to set up a new project non-interactively. Run `create-react-next --help` to see the available command line arguments:
4444

4545
```bash
46-
Usage: create-next-app <project-directory> [options]
46+
Usage: create-react-next <project-name> [options]
4747

4848
Options:
4949
-V, --version output the version number
@@ -74,8 +74,6 @@ Options:
7474
--use-bun
7575

7676
Explicitly tell the CLI to bootstrap the app using Bun
77-
78-
-h, --help output usage information
7977
```
8078

8179
### How to contribute?

0 commit comments

Comments
 (0)