Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoley committed Sep 26, 2015
1 parent 214b393 commit b8edfaa
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 @@ -73,7 +73,7 @@ Additionally, you can take a look at the [unit tests](http://github.com/bordoley
In that case, be sure to include SQLitePCL.pretty.Async in your project, and checkout the following example:

```CSharp
using (var db = SQLite3.Open(":memory:").AsAsyncDatabaseConnection())
using (var db = SQLiteDatabaseConnectionBuilder.InMemory.BuildAsyncDatabaseConnection())
using (var stream = new MemoryStream(Encoding.UTF8.GetBytes("I'm a byte stream")))
{
await db.ExecuteAllAsync(
Expand Down

0 comments on commit b8edfaa

Please sign in to comment.