diff --git a/README.md b/README.md index f49d39f..5d1a211 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ $a.set((prev) => prev + 10); // write (2) Creates a new signal whose value is computed and returned by the given function. The given compute function is _only_ re-run when one of its dependencies are updated. Dependencies are -are all signals that are read during execution. +all signals that are read during execution. ```js import { signal, computed, tick } from '@maverick-js/signals';