Skip to content

Commit 90094b0

Browse files
committed
Tweak the readme.
1 parent 020ba58 commit 90094b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Replaced TypeScript `Record` types with index signatures.
1616
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
1717
- Added [Browserslist](https://browsersl.ist) links to the readme.
18+
- Tweaked the readme.
1819
- Fixed broken links in the readme.
1920
- Fixed a broken link in the v13.0.0 changelog entry.
2021

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These dependencies might not need to be in the import map, depending on what [`g
4646

4747
Polyfill any required globals (see [_**Requirements**_](#requirements)) that are missing in your server and client environments.
4848

49-
Create a single [`Cache`](./Cache.mjs) instance and use the [`Provider`](./Provider.mjs) component to provide it for your app.
49+
Create a single [`Cache`](./Cache.mjs) instance and use the component [`Provider`](./Provider.mjs) to provide it for your app.
5050

5151
To server side render your app, use the function [`waterfallRender`](https://github.com/jaydenseric/react-waterfall-render#exports) from [`react-waterfall-render`](https://npm.im/react-waterfall-render).
5252

0 commit comments

Comments
 (0)