Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed May 7, 2018
1 parent 67aaa9d commit 80a4c77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ So far the the API is very simplestic but works.

First add a reference to the nuget package:

```
Install-Package BlazorDB -Version 0.0.1
```

or

```
dotnet add package BlazorDB --version 0.0.1
```

Then in Program.cs add Blazor DB to the dependency injection services:

```
Expand Down

0 comments on commit 80a4c77

Please sign in to comment.