Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit ce58c39

Browse files
authored
Update README.md
Removed copy past error... gotta love it c:
1 parent b37ee6c commit ce58c39

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
@@ -4,7 +4,7 @@ An easy way to interact with IndexedDB and make it feel like EFCore but async.
44

55
# NuGet installation
66
```powershell
7-
PM> Install-Package Fody
7+
PM> Install-Package Reshiru.Blazor.IndexedDB.Framework
88
```
99

1010
## Current features
@@ -40,7 +40,7 @@ public class ExampleDb : IndexedDb
4040
[System.ComponentModel.DataAnnotations.Key]
4141
```
4242

43-
Example:
43+
* Example
4444
```CSharp
4545
public class Person
4646
{

0 commit comments

Comments
 (0)