Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
comtihon committed Feb 16, 2018
1 parent fe11138 commit 82696aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <http://www.bsonspec.org>. 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.

Expand Down Expand Up @@ -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.
See `bson_tests:maps_get_test/0` for more details.

0 comments on commit 82696aa

Please sign in to comment.