diff --git a/README.md b/README.md index deebf51..4142d82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # protobin +[![Package Version](https://img.shields.io/hexpm/v/protobin)](https://hex.pm/packages/protobin) +[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://protobin.hexdocs.pm/) + Decode the protobuf wire format using gleam `Decoder`s! There is currently no support for encoding the protobuf wire format. @@ -7,10 +10,6 @@ There is currently no support for encoding the protobuf wire format. Groups (`SGROUP` and `EGROUP`) are not supported. By default, parsing fails if one is encountered. See `Config.ignore_groups` for more information. -[![Package Version](https://img.shields.io/hexpm/v/protobin)](https://hex.pm/packages/protobin) -[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://protobin.hexdocs.pm/) - - ```sh gleam add protobin@2 ```