Skip to content

Commit 2ad87c4

Browse files
committed
doc: Update imports in comments
1 parent 118f521 commit 2ad87c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ import {
530530
parseAsInteger,
531531
parseAsString
532532
} from 'nuqs/server'
533-
// Note: import from '…/parsers' to avoid the "use client" directive
533+
// Note: import from 'nuqs/server' to avoid the "use client" directive
534534

535535
export const searchParamsCache = createSearchParamsCache({
536536
// List your search param keys and associated parsers here:

packages/docs/content/docs/server-side.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
parseAsInteger,
2222
parseAsString
2323
} from 'nuqs/server'
24-
// Note: import from '…/parsers' to avoid the "use client" directive
24+
// Note: import from 'nuqs/server' to avoid the "use client" directive
2525

2626
export const searchParamsCache = createSearchParamsCache({
2727
// List your search param keys and associated parsers here:

0 commit comments

Comments
 (0)