Skip to content

Commit

Permalink
tweak README to recommend Batteries_V2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Mar 20, 2017
1 parent 52128c5 commit b55b087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Add this package:

And call this function:

SQLitePCL.Batteries.Init()
SQLitePCL.Batteries_V2.Init()

# Compatibility

Expand Down Expand Up @@ -271,7 +271,7 @@ Think of a bundle as way of giving a "batteries included" experience.
So for example, SQLitePCLRaw.bundle\_e\_sqlite3 is a bundle that
uses e\_sqlite3 in all cases. Just add this package, and call:

SQLitePCL.Batteries.Init();
SQLitePCL.Batteries_V2.Init();

SQLitePCLRaw.bundle\_green is a bundle that
uses e\_sqlite3 everywhere except iOS, where the system-provided
Expand Down

0 comments on commit b55b087

Please sign in to comment.