Skip to content

Commit 8951875

Browse files
authored
docs(routing): Update the routes command (#974)
`npx remix routes` returns error: "could not determine executable to run" So, updated it to `npx react-router routes`
1 parent 3b808e1 commit 8951875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of the app. Specifically "hybrid routes."
99

1010
We'll defer to the `remix-flat-routes` documentation for specifics, but an
1111
important thing for you to know as you get used to this convention is you can
12-
always run `npx remix routes` from the root of the app and it will output the
12+
always run `npx react-router routes` from the root of the app and it will output the
1313
routes of your application in a JSX-like output that will reveal the routes that
1414
will be generated based on your current file structure. Here's an example of the
1515
Epic Stack routes at the time of this writing:

0 commit comments

Comments
 (0)