Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 17, 2023
1 parent f759899 commit 4c5201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ createServer(toNodeListener(app)).listen(3000)

You can detect locale with your custom logic from current `H3Event`.

example for detecting locale from url query header:
example for detecting locale from url query:

```ts
import { defineI18nMiddleware, getQueryLocale } from '@intlify/h3'
Expand Down

0 comments on commit 4c5201a

Please sign in to comment.