1
0

Updated readme

This commit is contained in:
2021-05-23 18:03:28 +02:00
parent 39c3fb790d
commit f905176573

View File

@@ -6,7 +6,6 @@ A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
- [Usage](#usage) - [Usage](#usage)
- [Install](#install) - [Install](#install)
- [Contribute](#contribute)
## Usage ## Usage
@@ -79,6 +78,4 @@ The token string generated by `jwt.sign()`.
``` ```
npm i @tsndr/cloudflare-worker-jwt npm i @tsndr/cloudflare-worker-jwt
``` ```
# Contribute