From 82696aa02d65ece730b60662bf4aa952595fe5dd Mon Sep 17 00:00:00 2001 From: Val Date: Fri, 16 Feb 2018 06:04:35 +0100 Subject: [PATCH] rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 473dbcf..9fb7641 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # This is the BSON implementation for Erlang. [![Build Status](https://travis-ci.org/comtihon/bson-erlang.svg?branch=master)](https://travis-ci.org/comtihon/bson-erlang) -[![Coon](https://coon.justtech.blog/badge?full_name=comtihon/bson-erlang)](https://coon.justtech.blog) +[![Enot](https://enot.justtech.blog/badge?full_name=comtihon/bson-erlang)](https://enot.justtech.blog) BSON is a record-like data type with a standard binary representation defined at . This implements version 1.0 of that spec. The standard binary form allows for easy data interchange between systems. In particular, [MongoDB](http://www.mongodb.org) uses it for exchanging data between the MongoDB server and its clients. @@ -36,4 +36,4 @@ Map will be treated as bson document. To decode binary not as bson document, but as map - use `bson_binary:get_map/1`: {GotMap3, <<>>} = bson_binary:get_map(Encoded3). -See `bson_tests:maps_get_test/0` for more details. \ No newline at end of file +See `bson_tests:maps_get_test/0` for more details.