Skip to content

Commit

Permalink
Update README.md v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Oct 27, 2024
1 parent 51fc750 commit f383f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {
databaseName: "YOUR_DATABASE_NAME.db", // set your database name
debug: true, // set false for production and set true for development
paths: {
documentsFolder: knownFolders.documents(), // don't change this part, this for get root directory file
documentsFolder: knownFolders.documents(), // don't change this part, this for get root directory
assetsFolder: "assets/db", // location your sqlite file database
},
};
Expand Down

0 comments on commit f383f41

Please sign in to comment.