From d38e3caa5d85bccd4a9c642c3813351dee62b0e2 Mon Sep 17 00:00:00 2001 From: wsvincent Date: Wed, 30 May 2018 20:35:06 -0400 Subject: [PATCH] fix spelling of REST --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e7c0ab..207f652 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [Starter Projects](#starter-projects) * [Example Apps: Beginner](#example-apps-beginner) * [Example Apps: Advanced](#example-app-advanced) -* [Django Rest Framework](#django-rest-framework) +* [Django REST Framework](#django-REST-framework) * [Resources](#drf-resources) * [General Tutorials](#drf-tutorials) * [DRF and React Tutorials](#drf-and-react-tutorials) @@ -42,7 +42,7 @@ * [Classy Class-Based Views](http://ccbv.co.uk/) - Detailed descriptions for each generic class-based view. * [Django Packages](https://djangopackages.org/) - Comprehensive directory of reusable Django apps and tools. -* [William Vincent's Website](https://wsvincent.com) - Up-to-date tutorials on Django and Django Rest Framework. +* [William Vincent's Website](https://wsvincent.com) - Up-to-date tutorials on Django and Django REST Framework. * [Simple is Better than Complex](https://simpleisbetterthancomplex.com/) - Regularly updated website with many tutorials and tips on Django. * [Full Stack Python's Django Page](https://www.fullstackpython.com/django.html) - Explanation of Django philosophy and links to other resources and tutorials.