Skip to content

Commit

Permalink
docs: update example link
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 19, 2024
1 parent c27a501 commit 594cdcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,7 @@ const derived$ = derive(count$, count => count * 3);
console.log(derived$.value); // 6
```

Pipe-able style with functional lib like `rubico`:

<https://codesandbox.io/p/sandbox/value-enhancer-derive-functional-with-rubico-t7d4gm?file=%2Fsrc%2Findex.ts%3A15%2C1>
Pipe-able style with functional lib like `rubico`: [(CodeSandbox)](https://codesandbox.io/p/sandbox/value-enhancer-derive-functional-with-rubico-t7d4gm?file=%2Fsrc%2Findex.ts%3A15%2C1)

```ts
import { derive, val } from "value-enhancer";
Expand Down

0 comments on commit 594cdcd

Please sign in to comment.