Skip to content

Commit

Permalink
Fixed documentation for Remix plugin (wrong route name)
Browse files Browse the repository at this point in the history
  • Loading branch information
doseofted committed Feb 24, 2024
1 parent 682c10e commit 62679b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/src/content/plugins/server/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const { loader, action } = primRemix({ prim })
</CodeFile>

<Aside>
You may choose to name your route `app/routes/api.$/prim.ts{:txt}` or `app/routes/prim.$.ts{:txt}`, both are valid route names in Remix.
You may choose to name your route `app/routes/prim.$/route.ts{:txt}` or `app/routes/prim.$.ts{:txt}`, both are valid route names in Remix.
</Aside>

Your Prim+RPC server is now set up! Remix is a fullstack framework that can run on both server and client, which means
Expand Down

0 comments on commit 62679b3

Please sign in to comment.