Skip to content

Commit f383f41

Browse files
authored
Update README.md v2.0
1 parent 51fc750 commit f383f41

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
@@ -21,7 +21,7 @@ const config = {
2121
databaseName: "YOUR_DATABASE_NAME.db", // set your database name
2222
debug: true, // set false for production and set true for development
2323
paths: {
24-
documentsFolder: knownFolders.documents(), // don't change this part, this for get root directory file
24+
documentsFolder: knownFolders.documents(), // don't change this part, this for get root directory
2525
assetsFolder: "assets/db", // location your sqlite file database
2626
},
2727
};

0 commit comments

Comments
 (0)