From 8a73262f02c6c03a71dc3e107398830ee171c6cb Mon Sep 17 00:00:00 2001 From: Vitor Freitas Date: Thu, 22 Nov 2018 23:33:44 +0200 Subject: [PATCH] Remove dashes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf3898..bc45264 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Python Version](https://img.shields.io/badge/python-3.7-brightgreen.svg)](https://python.org) [![Django Version](https://img.shields.io/badge/django-2.1-brightgreen.svg)](https://djangoproject.com) -[![Django Rest Framework Version](https://img.shields.io/badge/django-rest-framework-3.9-brightgreen.svg)](https://www.django-rest-framework.org/) +[![Django Rest Framework Version](https://img.shields.io/badge/djangorestframework-3.9-brightgreen.svg)](https://www.django-rest-framework.org/) Code example used in the tutorial [How to Implement Token Authentication using Django REST Framework](https://simpleisbetterthancomplex.com/tutorial/2018/11/22/how-to-implement-token-authentication-using-django-rest-framework.html).