typicode / lowdb

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

Quick readme typo fix #523

Closed AlexisAnzieu closed 2 years ago

AlexisAnzieu commented 2 years ago

Hey! Thanks for the work here :) I had an issue following the doc, naming mistake

typicode commented 2 years ago

Hey :) thanks for catching that. The typo is actually the other way around:

const db = new LowWithLodash(adapter) // instead of low

Can you update the PR?

typicode commented 2 years ago

I went ahead and updated the docs. Thanks for pointing it out :+1: