From 091763a603d58b10d2825936efe24b4b58190cef Mon Sep 17 00:00:00 2001 From: akdombrowski Date: Sat, 17 Apr 2021 08:14:19 -0500 Subject: [PATCH] language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2054ec9..bb0c13c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # jwt-authn -jwt-authn is an npm package for dealing with JSON Web Tokens. Encoding, decoding, verifying, signing, and more coming. It's only dependency is the [Crypto](https://nodejs.org/api/crypto.html) module in Nodejs. +jwt-authn is an npm package for dealing with JSON Web Tokens. Encoding, decoding, verifying, signing, and more coming. No package dependencies! It's only dependency is the [Crypto](https://nodejs.org/api/crypto.html) module in Nodejs.