From 62fae376a9cfbdc299437a668b73d38f7f9d003b Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 29 Sep 2021 19:45:43 +0100 Subject: [PATCH] Update description of my site I wouldn't claim my tutorials are all "regular". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95647df..e7c6bd3 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ _A short list of Python packages that work well with Django._ - [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app. - [LearnDjango](https://learndjango.com/) - Tutorials and premium courses on Django and Django REST Framework. -- [Adam Johnson](https://adamj.eu/tech/) - Adam is on the Technical Board of Django and writes regular tutorials. +- [Adam Johnson](https://adamj.eu/tech/) - Adam is on the Technical Board of Django and regularly writes tutorials. - [TestDriven](https://testdriven.io/blog/) - Multiple Django-specific tutorials on topics like Docker, payments, and more. - [Classy Class-Based Views](https://ccbv.co.uk/) - Detailed descriptions of methods/properties/attributes for each generic class-based view. - [Classy Django Forms](https://github.com/ana-balica/classy-django-forms) - Detailed descriptions of methods/properties/attributes for each form class.