Skip to content

Commit f0cce9e

Browse files
committed
chore: Update README
1 parent 6f99b81 commit f0cce9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22

33
The toolkit designed to simplify data sourcing from the remote GraphQL API into Gatsby.
44

5-
Note: this is **not** a source plugin by itself, but it helps [writing custom GraphQL source plugins][1]
5+
Note: This is **not** a source plugin by itself, but it helps [writing custom GraphQL source plugins][1]
66
by providing a set of convenience tools and conventions.
77

88
## Installation
99

1010
```shell
11-
npm install --save gatsby-graphql-source-toolkit
11+
npm install gatsby-graphql-source-toolkit
1212
```
1313

1414
## Get Help
1515

16-
Check out the [#gatsby-graphql-toolkit](https://discord.gg/RT2Wqr8) channel on Gatsby Discord.
17-
Your feedback and feature requests are very welcome!
16+
Check out the [#plugin-authoring](https://discord.gg/gatsby) channel on Gatsby Discord.
1817

1918
## Important Note
2019

21-
This is a temporary repository. Eventually it will be merged into gatsby monorepo.
22-
See this PR for progress: https://github.com/gatsbyjs/gatsby/pull/25468
20+
This is a temporary repository. We're working on a better "swiss army knife" solution which will mean that this toolkit will eventually be deprecated and replaced by a better package.
2321

2422
## Table of contents
2523

0 commit comments

Comments
 (0)