Skip to content

Commit b63a47c

Browse files
committed
Readme tweaks.
1 parent bee497a commit b63a47c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Check TypeScript types via a new package `types` script.
1717
- Replaced the [`formdata-node`](https://npm.im/formdata-node) dev dependency with [`formdata-polyfill`](https://npm.im/formdata-polyfill) and [`fetch-blob`](https://npm.im/fetch-blob).
1818
- Updated GraphQL spec URLs in JSDoc and regular comments.
19+
- Readme tweaks.
1920
- Added a `license.md` MIT License file, fixing [#54](https://github.com/jaydenseric/graphql-react/issues/54).
2021

2122
## 16.0.0

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To server side render your app, use the [`waterfallRender`](https://github.com/j
3535

3636
## Examples
3737

38-
- [Official Next.js example](https://github.com/vercel/next.js/tree/canary/examples/with-graphql-react).
3938
- [Next.js example](https://github.com/jaydenseric/graphql-react-examples) deployed at [graphql-react.vercel.app](https://graphql-react.vercel.app).
39+
- [Official Next.js example](https://github.com/vercel/next.js/tree/canary/examples/with-graphql-react) (often outdated as the Next.js team can be extremely slow to review and merge pull requests).
4040

4141
Here is a basic example using the [GitHub GraphQL API](https://docs.github.com/en/graphql), with tips commented:
4242

0 commit comments

Comments
 (0)