From 03177863a7ab6f74fdf7d3ba919790dbb57bd8b2 Mon Sep 17 00:00:00 2001 From: Francesco Bellini Date: Tue, 18 Mar 2025 21:43:14 +0100 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dcb626..97df6ea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ - - # BSON Go -The BSON implementation for Go. +## Go implementation of BSON -*This repository has been extracted from the official [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) (starting from release/2.1)* +*When you need BSON and nothing more...* -An easy package useful when using BSON in a context unrelated to MongoDB. +## Reference + +*This repository has been extracted from the official [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) (starting from release/2.1)* + +*The code has been modified by removing unused code, updating codebase structure and file rename.* ## License