From f4363641f27667935db20766dbea046827a98dc9 Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Sun, 14 Feb 2021 15:08:13 +0200 Subject: [PATCH] Add hex link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2f569..2cc7c62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bellboy Bellboy - is Erlang HTTP client library for send SMS by different services: Plivo, Twilio, Nexmo. +[![Hex.pm Version](https://img.shields.io/hexpm/v/bellboy.svg?style=flat)](https://hex.pm/packages/bellboy) + ## Contents * [Goals](#goals) * [Build & Run](#build--run) @@ -45,7 +47,7 @@ $ ./rebar3 clean * Edit file **rebar.config**: ```erlang {deps, [ - {bellboy, "0.1.0"}, + {bellboy, "1.0.0"}, ]}. ```