Skip to content

Commit

Permalink
Fix nuget link
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrp authored May 1, 2022
1 parent 0269944 commit 22bdeb0
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
@@ -1,5 +1,5 @@
# rqlite-dotnet
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/RqliteDotnet)
[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/RqliteDotnet)](https://www.nuget.org/packages/RqliteDotnet/)
![GitHub](https://img.shields.io/github/license/rqlite/rqlite-dotnet)

.NET client for Rqlite - lightweight distributed database.
Expand Down Expand Up @@ -33,4 +33,4 @@ var rqClient = new RqliteOrmClient("http://localhost:6000");

var queryresults = await rqClient.Query<FooResultDto>("select * from foo"); //Returns List<FooResultDto>
```
You can see more examples in unit tests. NB: please report performance problems if any.
You can see more examples in unit tests. NB: please report performance problems if any.

0 comments on commit 22bdeb0

Please sign in to comment.