Skip to content

Commit de470e5

Browse files
committed
improve README.md
Signed-off-by: Dmitriy Nevzorov <[email protected]>
1 parent 5098baa commit de470e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ This plugin does not require fetching translations with graphql query on each pa
2828
### Install package
2929

3030
```
31-
yarn add gatsby-plugin-react-i18next
31+
yarn add gatsby-plugin-react-i18next i18next react-i18next
3232
```
3333

3434
or
3535

3636
```
37-
npm install --save gatsby-plugin-react-i18next
37+
npm install --save gatsby-plugin-react-i18next i18next react-i18next
3838
```
3939

4040
### Configure the plugin

0 commit comments

Comments
 (0)