Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Dec 25, 2024
1 parent 02f1e13 commit b04bf79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build status](https://github.com/pchalamet/FSharp.MongoDB.Driver/workflows/build/badge.svg)](https://github.com/pchalamet/FSharp.MongoDB.Driver/actions?query=workflow%3Abuild)

# FSharp.MongoDB.Driver
This project adds support for F# types to the [official .NET MongoDB driver][1].

Expand All @@ -22,6 +24,10 @@ type RecordTypeOptId =
# Installation
Install this project via NuGet.

Package | Status | Description
--------|--------|------------
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

On startup you have to register `FSharp.MongoDB.Driver`:
```ocaml
FSharp.MongoDB.Driver.Register()
Expand Down

0 comments on commit b04bf79

Please sign in to comment.