Skip to content

Commit

Permalink
docs: update readme with package links
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 5, 2024
1 parent 42bb3e9 commit d436883
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ valtio utility for creating a proxy state with history tracking

https://valtio.pmnd.rs/docs/api/utils/proxyWithHistory

### Main Packages

| Name | Info |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| valtio-history | [code](packages/history-utility) <br/> <br/> [![npm version](https://badge.fury.io/js/valtio-history.svg)](https://badge.fury.io/js/valtio-history) |

---

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion packages/history-utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://valtio.pmnd.rs/docs/api/utils/proxyWithHistory

```tsx
// replace the following line
// import { proxyWithHistory } from '`valtio/utils';
// import { proxyWithHistory } from 'valtio/utils';

import { proxyWithHistory } from 'valtio-history';
import { useSnapshot } from 'valtio';
Expand Down

0 comments on commit d436883

Please sign in to comment.