diff --git a/README.markdown b/README.markdown index 5728639..d67d79e 100644 --- a/README.markdown +++ b/README.markdown @@ -102,11 +102,14 @@ this.circular If the node equals one of its parents, the `circular` attribute is set to the context of that parent and the traversal progresses no deeper. -this.update(value) ------------------- +this.update(value, stopHere=false) +---------------------------------- Set a new value for the present node. +All the elements in `value` will be recursively traversed unless `stopHere` is +true. + this.remove() -------------