typicode / lowdb

Simple and fast JSON database
MIT License
21.49k stars 923 forks source link

Fixed issue with the usage guide in README.md file #495

Closed naveloranges closed 3 years ago

naveloranges commented 3 years ago

Based on https://nodejs.org/api/esm.html#esm_no_filename_or_dirname , there is no __dirname available in ES modules in node.js. I edited the usage guide in the README.md file. Also Logical OR assignment (||=) is not supported in node.js v15.x lower, I added a comment to help with that too.

typicode commented 3 years ago

Thank you! :+1: