diff --git a/README.md b/README.md index c81948d..2166998 100755 --- a/README.md +++ b/README.md @@ -542,14 +542,16 @@ hasMixin(, ) ### `mixout(..)` -Remove the first match for each object out of a prototype chain +Remove the _first_ match for each input object out of a prototype chain +of _base_ ``` mixout(, , ..) mixout(, 'first', , ..) -> ``` -Remove all occurrences of each object out of a prototype chain +Remove _all_ occurrences of each input object out of a prototype chain +of _base_ ``` mixout(, 'all', , ..) ->