From 36cccb23d370f4a53061a980a62b57e6f037fe11 Mon Sep 17 00:00:00 2001 From: dkdk225 <49940741+dkdk225@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:33:41 +0300 Subject: [PATCH] docs(README.md): remove the table with broken links Build and Dependency links in the table were broken i suggest removing them --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4e20dd9..dce1a0a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # 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) | - An implementation of [JSON Web Tokens](https://tools.ietf.org/html/rfc7519).