Skip to content

Commit b04bf79

Browse files
committed
update readme
1 parent 02f1e13 commit b04bf79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://github.com/pchalamet/FSharp.MongoDB.Driver/workflows/build/badge.svg)](https://github.com/pchalamet/FSharp.MongoDB.Driver/actions?query=workflow%3Abuild)
2+
13
# FSharp.MongoDB.Driver
24
This project adds support for F# types to the [official .NET MongoDB driver][1].
35

@@ -22,6 +24,10 @@ type RecordTypeOptId =
2224
# Installation
2325
Install this project via NuGet.
2426

27+
Package | Status | Description
28+
--------|--------|------------
29+
FSharp.MongoDB.Driver | [![Nuget](https://img.shields.io/nuget/v/FSharp.MongoDB.Driver)](https://nuget.org/packages/FSharp.MongoDB.Driver) | Add F# support to MongoDB.Driver
30+
2531
On startup you have to register `FSharp.MongoDB.Driver`:
2632
```ocaml
2733
FSharp.MongoDB.Driver.Register()

0 commit comments

Comments
 (0)