From f90517657333ed46a11e6b71565488ba00c6ca80 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 23 May 2021 18:03:28 +0200 Subject: [PATCH] Updated readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ad9851..fd6c1e9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers. - [Usage](#usage) - [Install](#install) -- [Contribute](#contribute) ## Usage @@ -79,6 +78,4 @@ The token string generated by `jwt.sign()`. ``` npm i @tsndr/cloudflare-worker-jwt -``` - -# Contribute \ No newline at end of file +``` \ No newline at end of file