Skip to content

Commit b8edfaa

Browse files
committed
Update README.md
1 parent 214b393 commit b8edfaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Additionally, you can take a look at the [unit tests](http://github.com/bordoley
7373
In that case, be sure to include SQLitePCL.pretty.Async in your project, and checkout the following example:
7474

7575
```CSharp
76-
using (var db = SQLite3.Open(":memory:").AsAsyncDatabaseConnection())
76+
using (var db = SQLiteDatabaseConnectionBuilder.InMemory.BuildAsyncDatabaseConnection())
7777
using (var stream = new MemoryStream(Encoding.UTF8.GetBytes("I'm a byte stream")))
7878
{
7979
await db.ExecuteAllAsync(

0 commit comments

Comments
 (0)