typicode / lowdb

Simple and fast JSON database
MIT License
21.3k stars 918 forks source link

Added .remove() method to the readme documentation #570

Closed StephanDrawe closed 1 year ago

StephanDrawe commented 1 year ago

I've added some additional documentation in the readme file that seems to be missing on .remove().

typicode commented 1 year ago

Hi, thanks for the PR, there's no remove API by default. You must be confusing it with lodash remove function.