From 3506c1bb096f51f1d4247f5cce7fe6cd1e47c03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Sun, 13 Nov 2016 13:36:35 +0100 Subject: [PATCH] README.md: Add a badge for Hex.pm --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a329184..9a1c764 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # yamerl: YAML 1.2 and JSON parser in Erlang +[![Build Status](https://travis-ci.org/yakaz/yamerl.svg?branch=master)](https://travis-ci.org/yakaz/yamerl) +[![Hex version](https://img.shields.io/hexpm/v/yamerl.svg "Hex version")](https://hex.pm/packages/yamerl) + YAML is a human-friendly data serialization format. The specification for this language and many examples are available from the [Official YAML web site](http://www.yaml.org/). You may also want to check the @@ -15,8 +18,6 @@ use native code either (neither port drivers nor NIFs). yamerl is distributed under the terms of the **2-clause BSD license**; see `COPYING`. -[![Build Status](https://travis-ci.org/yakaz/yamerl.svg?branch=master)](https://travis-ci.org/yakaz/yamerl) - ## Integrate to your project yamerl uses [Rebar 3](http://www.rebar3.org/) as its build system so