Skip to content

Commit 4b16716

Browse files
committed
Update install instructions
1 parent b7fac6a commit 4b16716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ SQLite-net was designed as a quick and convenient database layer. Its design fol
2626

2727
## NuGet Installation
2828

29-
Install [SQLite-net PCL](https://www.nuget.org/packages/sqlite-net-pcl) from NuGet.
29+
Install [sqlite-net-pcl](https://www.nuget.org/packages/sqlite-net-pcl) from NuGet.
3030

31-
**Important:** You will need to add the NuGet package to **both** your *PCL project* and your *platform-dependent project*.
31+
**Important:** You will need to add the NuGet package to **both** your *.NET Standard library project* and your *platform-dependent app project*.
3232

3333
## Source Installation
3434

0 commit comments

Comments
 (0)