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

Commit

Permalink
Updated version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed May 13, 2018
1 parent 86ac9cc commit 0d58f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ So far the the API is very simplestic but works.
First add a reference to the nuget package:

```
Install-Package BlazorDB -Version 0.0.2
Install-Package BlazorDB -Version 0.0.4
```

or

```
dotnet add package BlazorDB --version 0.0.2
dotnet add package BlazorDB --version 0.0.4
```

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

0 comments on commit 0d58f28

Please sign in to comment.