From 29192e09284d43dd38d48ff7cc8c73b58711640d Mon Sep 17 00:00:00 2001 From: Grigoriy Beziuk Date: Thu, 30 Mar 2017 13:43:21 +0700 Subject: [PATCH] typo fix (djangorestframework-jwt) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 6144011..d7174d7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -153,7 +153,7 @@ JWT Support (optional) By default, ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, you need to install the following: -1. Install ``django-rest-framework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library. +1. Install ``djangorestframework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library. 2. Add the following to your settings