From 82817003d2f6eea631a13db68241a716f7786bc2 Mon Sep 17 00:00:00 2001 From: Ezeudoh Tochukwu Date: Fri, 25 Feb 2022 08:13:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2a7acb6..c00365f8b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Ninja JWT is JSON Web Token plugin for Django-Ninja. The library is a fork of [Simple JWT](https://github.com/jazzband/djangorestframework-simplejwt) by Jazzband, a popular JWT plugin for [Django REST Framework](http://www.django-rest-framework.org). #### Notice -This library does not fix any issues from the parent source. It only added support for Django-Ninja and removes DRF dependencies. Subsequent updates from SIMPLE JWT will reflect here. +This library does not fix any issues from the source SIMPLE JWT. +It only added support for Django-Ninja and removes DRF dependencies. +Subsequent updates from SIMPLE JWT will reflect here. For full documentation, [visit](https://eadwincode.github.io/django-ninja-jwt/).