Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Mar 11, 2024
1 parent f474d6f commit 2736da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-kit-routes/src/lib/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1074,10 +1074,10 @@ function theEnd(
* ---
* Then, you can add the `ROUTES` type... It will be crazy good!
* ```ts
* import type { ROUTES } from '$lib/ROUTES'
* import type { KIT_ROUTES } from '$lib/ROUTES'
* import { kitRoutes } from 'vite-plugin-kit-routes'
*
* kitRoutes<ROUTES>({
* kitRoutes<KIT_ROUTES>({
* // Conf
* })
* ```
Expand Down

0 comments on commit 2736da5

Please sign in to comment.