We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fac6a commit 4b16716Copy full SHA for 4b16716
README.md
@@ -26,9 +26,9 @@ SQLite-net was designed as a quick and convenient database layer. Its design fol
26
27
## NuGet Installation
28
29
-Install [SQLite-net PCL](https://www.nuget.org/packages/sqlite-net-pcl) from NuGet.
+Install [sqlite-net-pcl](https://www.nuget.org/packages/sqlite-net-pcl) from NuGet.
30
31
-**Important:** You will need to add the NuGet package to **both** your *PCL project* and your *platform-dependent project*.
+**Important:** You will need to add the NuGet package to **both** your *.NET Standard library project* and your *platform-dependent app project*.
32
33
## Source Installation
34
0 commit comments