From 571071e91edfb694efdcbfe30ddbec666dc0d8b7 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Thu, 20 Oct 2022 15:22:32 -0700 Subject: [PATCH] fix typo on Project Website --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8900a..58c27fd 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,8 @@ _A short list of Python packages that work well with Django._ ### Official Resources - - [Project Website](https://www.djangoproject.com/) - Official Django website. + +- [Project Website](https://www.djangoproject.com/) - Official Django website. - [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions. - [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals. - [Source Code](https://github.com/django/django/) - Hosted on GitHub.