Skip to content

Commit e519f8f

Browse files
committed
docs(README): update install instructions
1 parent 6946f11 commit e519f8f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gatsby-source-graphcms/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@
2424

2525
## Installation
2626

27-
> Note: Gatsby v4 requires Node.js >= 14.15.
28-
29-
To install the next version of this plugin, make sure to use the `@next` tag when installing:
30-
3127
```shell
32-
yarn add gatsby-source-graphcms@next gatsby-plugin-image@next
28+
yarn add gatsby-source-graphcms gatsby-plugin-image
3329
```
3430

31+
> Note: Gatsby v4 requires Node.js >= 14.15.
32+
3533
## Configuration
3634

3735
> We recommend using environment variables with your GraphCMS `token` and `endpoint` values. You can learn more about using environment variables with Gatsby [here](https://www.gatsbyjs.org/docs/environment-variables).

0 commit comments

Comments
 (0)