From 3f47d3edac4ee1e610e2f0b8a002c0007d43afe7 Mon Sep 17 00:00:00 2001 From: Adarsh Madrecha Date: Tue, 22 Mar 2022 11:13:44 +0530 Subject: [PATCH] Fix: Removed defunct badge --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 834777e..0856f2f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # jsonwebtoken -| **Build** | **Dependency** | -|-----------|---------------| -| [![Build Status](https://secure.travis-ci.org/auth0/node-jsonwebtoken.svg?branch=master)](http://travis-ci.org/auth0/node-jsonwebtoken) | [![Dependency Status](https://david-dm.org/auth0/node-jsonwebtoken.svg)](https://david-dm.org/auth0/node-jsonwebtoken) | +| **Build** | +|-----------| +| [![Build Status](https://secure.travis-ci.org/auth0/node-jsonwebtoken.svg?branch=master)](http://travis-ci.org/auth0/node-jsonwebtoken) | An implementation of [JSON Web Tokens](https://tools.ietf.org/html/rfc7519).