From 5e08d5b1816e2039e2d490958e26a449ecb4a5c6 Mon Sep 17 00:00:00 2001 From: Adetunji Tejumade Date: Fri, 31 Jul 2020 14:51:57 +0100 Subject: [PATCH] Fix link error on line 333 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41fabfc..f69d936 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ _Django 1.11_ - [django-webpack-starter](https://github.com/khadegd/django-webpack-starter) - Django Webpack starter template for using Webpack 4. - [sos-django-template](https://github.com/erayerdin/sos-django-template) - Django starter template with separate dev and production settings. - [django-docker-heroku-template](https://github.com/bfirsh/django-docker-heroku-template) - A template with Docker, GitHub Actions, and Heroku set up for dev/test/prod, plus various other best practices. -- [cookiecutter-vue-django](https://github.com/ilikerobots/cookiecutter-vue-djano) - Django + Vue starter project fusing Vue SFCs & Django Templates. +- [cookiecutter-vue-django](https://github.com/ilikerobots/cookiecutter-vue-django) - Django + Vue starter project fusing Vue SFCs & Django Templates. ### Open Source Projects - [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users/)