From 852147ac06c49696b1adcb1cec44e1828580da8b Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 12 Sep 2024 09:32:46 +0200 Subject: [PATCH] docs: update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 458e436..f43c288 100644 --- a/README.md +++ b/README.md @@ -1,14 +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) | - An implementation of [JSON Web Tokens](https://tools.ietf.org/html/rfc7519). -This was developed against `draft-ietf-oauth-json-web-token-08`. It makes use of [node-jws](https://github.com/brianloveswords/node-jws) - # Install ```bash