Skip to content

Commit fdf004f

Browse files
authored
docs: typo (#550)
1 parent 6c2bc47 commit fdf004f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const db = new Low(adapter)
7777
// Read data from JSON file, this will set db.data content
7878
await db.read()
7979

80-
// If file.json doesn't exist, db.data will be null
80+
// If db.json doesn't exist, db.data will be null
8181
// Set default data
8282
// db.data = db.data || { posts: [] } // Node < v15.x
8383
db.data ||= { posts: [] } // Node >= 15.x

0 commit comments

Comments
 (0)