Skip to content

Commit c905d7e

Browse files
authored
Update README.md
1 parent 045d029 commit c905d7e

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
@@ -32,7 +32,7 @@ dependencies:
3232
3333
From there a SQLite database (and tables) can be created and used within the application.
3434
35-
For this applicaiton I have put all of the SQFLite usages within [database_helper.dart](src/data/database_helper.dart).
35+
For this applicaiton I have put all of the SQFLite usages within [database_helper.dart](src/lib/data/database_helper.dart).
3636
3737
```dart
3838
import 'dart:async';

0 commit comments

Comments
 (0)