Skip to content

Commit 64512be

Browse files
authored
Fix readme (#35791)
1 parent 43b5f81 commit 64512be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/EFCore.Sqlite/PACKAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Call the `UseSqlite` method to choose the SQLite database provider for your `DbC
77
```csharp
88
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
99
{
10-
optionsBuilder.UseSqlite("Data Source=databse.dat");
10+
optionsBuilder.UseSqlite("Data Source=database.db");
1111
}
1212
```
1313

0 commit comments

Comments
 (0)