From a7e9efa0120eb487d853afc8bb6002758aef3c4b Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 15 Feb 2017 15:46:23 -0500 Subject: [PATCH] Add badge to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 966648c..205ded6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# JWT +# Medallion [![Build Status](https://travis-ci.org/commandline/medallion.svg?branch=master)](https://travis-ci.org/commandline/medallion) A JWT library for rust using serde, serde_json and openssl. ## Documentation -* https://commandline.github.io/medallion/ +- [Documentation] (https://commandline.github.io/medallion/) ## Usage