diff --git a/README.md b/README.md index f17f8d1..8d3a1b5 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ b.value(4); console.log(c.value()); //=> 5 ``` -The above example is equvelant to the first `dvl.apply` example. +The above example is equivalent to the first `dvl.apply` example. We must explicitly declare that the function being registered will be changing `c`. This is important for DVL to calculate the dependency graph and ensure that it is acyclic. Modifying a variable without specifying that it might be modified will throw an error.