Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
 - sqlite -> dart_sqlite3
  • Loading branch information
bsjung committed Feb 3, 2020
1 parent 31c3fb4 commit 9453b1f
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 @@ -32,7 +32,7 @@ Invalid argument(s): Failed to load dynamic library (126)
This is a sample dart program for SQLite3.

```dart
import "package:dart_sqlite3/sqlite.dart";
import "package:dart_sqlite3/dart_sqlite.dart";
void main() {
Database d = Database("test.db");
Expand Down

0 comments on commit 9453b1f

Please sign in to comment.