From 78e6b7d914609178640badbbfeb3f0510478ed83 Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Mon, 20 Jul 2026 17:45:38 -0400 Subject: [PATCH] Put badges at top of readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ``` -- 2.51.2