Skip to content

Commit

Permalink
docs(readme): update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 22, 2022
1 parent 100928c commit 8f31af3
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 @@ -21,7 +21,7 @@ Providing i18n and l10n to Gatsby. Besides translating pages and Markdown files,

## Usage

1. Make sure the peer dependencies `"gatsby": "^4.x"` and `"react-intl": "^6.x"` are dependencies of your Gatsby project.
1. Make sure the packages `"gatsby": "^5.x"` and `"react-intl": "^6.x"` are dependencies of your Gatsby project.
1. Install the plugin with `npm install gatsby-plugin-i18n-l10n` or `yarn add gatsby-plugin-i18n-l10n`.
1. Load and configure the plugin from your `gatsby-config.js` or `gatsby-config.ts`:

Expand Down

0 comments on commit 8f31af3

Please sign in to comment.