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

Commit b37ee6c

Browse files
authored
Update README.md
Added license and nuget to readme
1 parent 9c9d566 commit b37ee6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
An easy way to interact with IndexedDB and make it feel like EFCore but async.
44

5+
# NuGet installation
6+
```powershell
7+
PM> Install-Package Fody
8+
```
9+
510
## Current features
611
0. Connect and create database
712
1. Add record
@@ -80,3 +85,9 @@ using (var db = await this.DbFactory.Create<ExampleDb>())
8085
await db.SaveChanges();
8186
}
8287
```
88+
89+
## License
90+
91+
Copyright (c) Joel Kessler. All rights reserved.
92+
93+
Licensed under the [MIT](LICENSE) license.

0 commit comments

Comments
 (0)