From 574f6a6f7ff7f00d016bfd3d9d4a480cda3b97bd Mon Sep 17 00:00:00 2001 From: ehlxr Date: Tue, 3 Apr 2018 10:34:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63a498..361d783 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JWT > 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). -[![jwt](https://asciinema.org/a/dywtXeCs6lnN0rLk6FfRLM5uo.png)](https://asciinema.org/a/dywtXeCs6lnN0rLk6FfRLM5uo) +[![jwt](https://asciinema.org/a/dywtXeCs6lnN0rLk6FfRLM5uo.png)](https://asciinema.org/a/dywtXeCs6lnN0rLk6FfRLM5uo?autoplay=1) # Install