Skip to content

Commit

Permalink
docs: Improve getting started wording
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Aug 28, 2024
1 parent 3d31fab commit e3e2b37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const {Link, redirect, usePathname, useRouter} =
createSharedPathnamesNavigation(routing);
```

Depending on your requirements, you may wish to customize your routing configuration after completing the setup.
Depending on your requirements, you may wish to customize your routing configuration later—but let's finish with the setup first.

### `src/middleware.ts` [#middleware]

Expand Down Expand Up @@ -212,7 +212,7 @@ Note that `NextIntlClientProvider` automatically inherits configuration from `i1

And that's it!

Now you can use translations in your components and use navigation APIs to link to other pages.
Now you can use translations and other functionality from `next-intl` in your components:

```tsx filename="app/[locale]/page.tsx"
import {useTranslations} from 'next-intl';
Expand Down

0 comments on commit e3e2b37

Please sign in to comment.