Skip to content

Commit

Permalink
doc: Clarify dual exports for utilities and parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 21, 2024
1 parent e55ec28 commit 85f09ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/content/docs/utilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
parseAsIsoDateTime,
parseAsString,
parseAsStringLiteral
} from 'nuqs/server'
} from 'nuqs/server' // can also be imported from 'nuqs' in client code
const searchParams = {
search: parseAsString,
Expand Down

0 comments on commit 85f09ba

Please sign in to comment.