From cd1458af1e19ac1579ac62cfc1b9d37dfcbcde24 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Tue, 19 Apr 2022 10:44:48 -0400 Subject: [PATCH] Add badge to README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edda7b1..5d11d41 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # RethinkDb.Driver.FSharp Idiomatic F# extensions for the C# RethinkDB driver -## Licensing - -While no specific additional license restrictions exist for this project, there are modifications to the Apache v2 -license on this project's dependencies. Please see [the heading on the C# driver page][license] for details. +![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/RethinkDb.Driver.FSharp) ## Using @@ -74,6 +71,12 @@ filterFunc (fun row -> row.["age"].Eq(30)) // and filterJS "function (row) { return 30 == row['age'] }" ``` + +## Licensing + +While no specific additional license restrictions exist for this project, there are modifications to the Apache v2 +license on this project's dependencies. Please see [the heading on the C# driver page][license] for details. + --- If you are using the project, feel free to file issues about your pain points; there is no substitute for real-world feedback!