From f208556d40dd8d4dd1a5a433670580c9d3cb801c Mon Sep 17 00:00:00 2001 From: ehlxr Date: Fri, 29 Nov 2019 18:03:49 +0800 Subject: [PATCH] update at 2019-11-29 18:03:49 by ehlxr --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e08cb6b..077e927 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # JWT [![license](https://badgen.net/badge/license/MIT/blue)](./LICENSE) -![](https://badgen.net/github/commits/ehlxr/jwt) -![](https://badgen.net/github/last-commit/ehlxr/jwt) -![](https://badgen.net/github/releases/ehlxr/jwt) +[![](https://badgen.net/github/commits/ehlxr/jwt)](https://github.com/ehlxr/jwt/commits/) +[![](https://badgen.net/github/last-commit/ehlxr/jwt)]((https://github.com/ehlxr/jwt/commits/)) +[![](https://badgen.net/github/releases/ehlxr/jwt)](https://github.com/ehlxr/jwt/releases) > This is a simple tool to sign, verify and show JSON Web Tokens ([JWT](http://jwt.io/)) from the command line, base [jwt-go](https://github.com/dgrijalva/jwt-go).