From 0c3f289f63e60ec2df67edfcaee693034de35a51 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 25 Dec 2021 19:49:41 +1100 Subject: [PATCH] docs: fix simple typo, implemention -> implementation There is a small typo in README.md. Should read `implementation` rather than `implemention`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fce95..351bfe8 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Other Stuff Check out https://github.com/brianloveswords/python-jws/blob/master/examples/minijwt.py -for a 14-line implemention of JWT. +for a 14-line implementation of JWT. See https://github.com/brianloveswords/python-jws/blob/master/examples/ragecrypto.py