Skip to content

Commit

Permalink
docs(start/future-flags): fix typo in npm commands (#10219)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hoarau authored Nov 13, 2024
1 parent 2c7e3f0 commit b43dd5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
- GOWxx
- graham42
- GregBrimble
- greg-hoarau
- GSt4r
- guatedude2
- guerra08
Expand Down
6 changes: 3 additions & 3 deletions docs/start/future-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ remix({
This package matches the API of React Router v7's `@react-router/dev/routes`, making the React Router v7 migration as easy as possible.

```shellscript nonumber
npm install --dev @remix-run/route-config
npm install -D @remix-run/route-config
```

This provides the core `RouteConfig` type as well as a set of helpers for configuring routes in code.
Expand All @@ -519,7 +519,7 @@ This is a good way to check that your new `routes.ts` file is being picked up su
👉 **Install `@remix-run/fs-routes` and use it in `routes.ts`**

```shellscript nonumber
npm install --dev @remix-run/fs-routes
npm install -D @remix-run/fs-routes
```

This package matches the API of React Router v7's `@react-router/fs-routes`, making the React Router v7 migration as easy as possible.
Expand All @@ -542,7 +542,7 @@ To make migration easier, an adapter package is available that converts Remix's
To get started, first install the adapter:

```shellscript nonumber
npm install --dev @remix-run/routes-option-adapter
npm install -D @remix-run/routes-option-adapter
```

This package matches the API of React Router v7's `@react-router/remix-routes-option-adapter`, making the React Router v7 migration as easy as possible.
Expand Down

0 comments on commit b43dd5f

Please sign in to comment.