Skip to content

Commit

Permalink
Tweak the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Aug 29, 2022
1 parent 020ba58 commit 90094b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Replaced TypeScript `Record` types with index signatures.
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
- Added [Browserslist](https://browsersl.ist) links to the readme.
- Tweaked the readme.
- Fixed broken links in the readme.
- Fixed a broken link in the v13.0.0 changelog entry.

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These dependencies might not need to be in the import map, depending on what [`g

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

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

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).

Expand Down

0 comments on commit 90094b0

Please sign in to comment.