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"}, ]}. ```