From 95a1686c09f58650b26f209c892a84479a9bd04e Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarek Date: Wed, 20 Jan 2016 17:47:17 +0100 Subject: [PATCH] Add hex version badge to the Readme Hi! This is a cool add - link to your Hex package, in a form of SVG badge aka shield. As Hex package gives a link to here (that's how I found this project), nice to give a link back. Also it visually indicates that your project is packaged, which is a Good Thing (tm). :) More shields related to Hex package - see http://shields.io/ hope this helps, W. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1848cb8..a9abb04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Jolt +[![hex version](https://img.shields.io/hexpm/v/jolt.svg)](https://hex.pm/packages/jolt) + Need to quickly stand up a back-end JSON API for prototyping or educational purposes? Jolt gives you a full REST API with __zero coding__, powered by Elixir.