From cb044b076e0c60ea3c6cce626751d685d28469f1 Mon Sep 17 00:00:00 2001 From: Pierre Chalamet Date: Wed, 25 Dec 2024 18:00:21 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1526059..5d6878f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FSharp.MongoDB.Driver -This project takes the [official .NET MongoDB driver][1] and serializers for F# immutable type. +This project adds support for F# types to the [official .NET MongoDB driver][1]. It's a fork of [MongoDB.FSharp](https://github.com/tkellogg/MongoDB.FSharp) and has been extensively reworked to make it support .net 9 and nullable.