Skip to content

Commit

Permalink
fix: Overwrite prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Mar 24, 2022
1 parent 949ada9 commit 6caf5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-intl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ReactDOM.render(
<IntlProvider messages={messages} locale="en">
<App />
</IntlProvider>
)
);
```
3. Based on the features you need and the browsers you support, you might have to provide [polyfills](https://formatjs.io/docs/polyfills).
4. Use translations in your components!
Expand Down

1 comment on commit 6caf5c4

@vercel
Copy link

@vercel vercel bot commented on 6caf5c4 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.