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