Skip to content

Commit 302bc29

Browse files
fix example command in readme (#146)
removes usage of -i flag as it is no longer supported
1 parent bf46fa0 commit 302bc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ create-rust-app
3939
### 1. Project creation
4040

4141
```rust
42-
create-rust-app create -i <project_name>
42+
create-rust-app create <project_name>
4343
```
4444

4545
- Run frontend & backend with a single command: `cargo fullstack`

0 commit comments

Comments
 (0)