Skip to content

Commit

Permalink
docs: remove version from yarn/pnpm create (#6951)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Jul 25, 2023
1 parent 44db74a commit 1989865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/other-api/create-remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ npx create-remix@latest --help
```sh
npm create remix@latest <projectDir>
# or
yarn create remix@latest <projectDir>
yarn create remix <projectDir>
# or
pnpm create remix@latest <projectDir>
pnpm create remix <projectDir>
```

### `create-remix --template`
Expand Down

0 comments on commit 1989865

Please sign in to comment.