Skip to content

Commit d2b00c1

Browse files
authored
Update README.md
1 parent b4e8d97 commit d2b00c1

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
@@ -175,7 +175,7 @@ Add the nuget `SQLitePCLRaw.bundle_e_sqlcipher` to your project containing `sqli
175175

176176
Call this right after opening or creating the db, as the 1st instruction.
177177

178-
```
178+
```csharp
179179
var db = new SQLiteConnection(filePath);
180180
db.Execute($"PRAGMA key = '{key}';");
181181
```

0 commit comments

Comments
 (0)