diff --git a/packages/xo-collection/README.md b/packages/xo-collection/README.md index 40265afd9..ca5849fec 100644 --- a/packages/xo-collection/README.md +++ b/packages/xo-collection/README.md @@ -70,7 +70,7 @@ col.touch('baz').prop = false **Removing an existing entry** ```javascript -col.unset('bar') +col.remove('bar') ``` **Removing all entries**