Skip to content

Commit

Permalink
docs(other-api/create-remix): make sure to always use the latest vers…
Browse files Browse the repository at this point in the history
…ion (#10058)
  • Loading branch information
MichaelDeBoey authored Oct 4, 2024
1 parent 66bb870 commit df5a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/other-api/create-remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ npx create-remix@latest --help
```sh
npm create remix@latest <projectDir>
# or
yarn create remix <projectDir>
yarn create remix@latest <projectDir>
# or
pnpm create remix <projectDir>
pnpm create remix@latest <projectDir>
# or
bunx create-remix <projectDir>
bunx create-remix@latest <projectDir>
```

### `create-remix --template`
Expand Down
2 changes: 1 addition & 1 deletion packages/create-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ No significant changes to this package were made in this release. [See the relea

### Patch Changes

- Allow dots in github repo shorthand notation folder names (i.e., `npx create-remix --template remix-run/examples/socket.io`) ([#7277](https://github.com/remix-run/remix/pull/7277))
- Allow dots in github repo shorthand notation folder names (i.e., `npx create-remix@latest --template remix-run/examples/socket.io`) ([#7277](https://github.com/remix-run/remix/pull/7277))

## 1.19.3

Expand Down

0 comments on commit df5a589

Please sign in to comment.