Skip to content

Commit 232abc9

Browse files
committed
Readme tweaks.
1 parent 30c9de5 commit 232abc9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Don’t destructure `require` from [`react`](https://npm.im/react) to slightly improve the [`esbuild`](https://npm.im/esbuild) bundle size.
2121
- Use the `.js` file extension in internal `require` paths.
2222
- Updated the [example Next.js app](https://graphql-react.vercel.app) URL in the readme.
23+
- Readme tweaks.
2324

2425
## 13.0.0
2526

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A [GraphQL](https://graphql.org) client for [React](https://reactjs.org) using modern [context](https://reactjs.org/docs/context) and [hooks](https://reactjs.org/docs/hooks-intro) APIs that’s lightweight (< 4 kB) but powerful; the first [Relay](https://relay.dev) and [Apollo](https://apollographql.com/apollo-client) alternative with server side rendering.
88

9-
The [API](#api) can also be used to custom load, cache and server side render any data, even from non GraphQL sources.
9+
The [API](#api) can also be used to custom load, cache and server side render any data, even from non-[GraphQL](https://graphql.org) sources.
1010

1111
- [Setup](#setup)
1212
- [Examples](#examples)
@@ -23,7 +23,7 @@ See the [`next-graphql-react`](https://npm.im/next-graphql-react) setup instruct
2323

2424
### Custom React setup
2525

26-
To install [`graphql-react`](https://npm.im/graphql-react) from [npm](https://npmjs.com) run:
26+
To install with [npm](https://npmjs.com/get-npm), run:
2727

2828
```sh
2929
npm install graphql-react
@@ -108,7 +108,7 @@ export default function GitHubRepoStars({ repoId }) {
108108

109109
// Waterfall loading can be used to load data when server side rendering,
110110
// enabled automagically by `next-graphql-react`. To learn how this works or
111-
// to set it up for a non Next.js app, see:
111+
// to set it up for a non-Next.js app, see:
112112
// https://github.com/jaydenseric/react-waterfall-render
113113
const isWaterfallLoading = useWaterfallLoad(cacheKey, load);
114114

0 commit comments

Comments
 (0)