Skip to content

Commit

Permalink
Merge pull request #4 from monochromer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example title
  • Loading branch information
WebReflection committed Feb 28, 2023
2 parents a7cf0ed + ad56947 commit 8bd91fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ For anything more complex please check [usignal](https://github.com/WebReflectio
Both *computed* and *effect* accepts an initial value to pass to the callback. The callback will keep receiving the previous value on each new invoke.


### eample
### example

```js
// import {signal, effect} from 'https://unpkg.com/@webreflection/signal';
Expand Down

0 comments on commit 8bd91fa

Please sign in to comment.