From 1f570c828da8269427abd6da1b6218b70cef7253 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Mon, 6 Jul 2020 13:23:26 -0400 Subject: [PATCH 1/2] Improve phrasing of description I found it a bit hard to read the original description. Here is my suggestion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8b31db..f9ded4c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Get inside your stronghold and make all your Django views default login_required -Stronghold is a very small and easy to use django app that makes all your Django project default to require login for all of your views. +Stronghold is a very small and easy to use Django app that makes your project require login on all of your views. WARNING: still in development, so some of the DEFAULTS and such will be changing without notice. From bfcb0505c6477ca70c69daa967c4f1866293f28a Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 14 Jul 2020 14:14:30 -0400 Subject: [PATCH 2/2] revise project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ded4c..a4b92ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Get inside your stronghold and make all your Django views default login_required -Stronghold is a very small and easy to use Django app that makes your project require login on all of your views. +Stonghold is a very small and easy to use Django app that defaults all your project's views to require login. WARNING: still in development, so some of the DEFAULTS and such will be changing without notice.