We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2bc47 commit fdf004fCopy full SHA for fdf004f
README.md
@@ -77,7 +77,7 @@ const db = new Low(adapter)
77
// Read data from JSON file, this will set db.data content
78
await db.read()
79
80
-// If file.json doesn't exist, db.data will be null
+// If db.json doesn't exist, db.data will be null
81
// Set default data
82
// db.data = db.data || { posts: [] } // Node < v15.x
83
db.data ||= { posts: [] } // Node >= 15.x
0 commit comments