diff --git a/README.md b/README.md index 9c37395..828bec7 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,7 @@ const main = async () => { | `put` | Key has been updated | `key, value` (any) | | `del` | Key has been deleted | `key` (any) | | `batch` | Batch has executed | `operations` (array) | +| `clear` | Entries were deleted | `options` (object) | | `opening` | Underlying store is opening | - | | `open` | Store has opened | - | | `ready` | Alias of `open` | - |