From e71ed502caf0a87b35cb656f41f96d98f821d080 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jul 2017 14:35:35 +0100 Subject: [PATCH] Reword summary slightly --- common-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-flow.md b/common-flow.md index 4577790..3aa3e49 100644 --- a/common-flow.md +++ b/common-flow.md @@ -10,7 +10,7 @@ the [original variant](http://scottchacon.com/2011/08/31/github-flow.html) of [GitHub Flow](https://guides.github.com/introduction/flow/), while taking into account how a lot of open source projects use git. -In short, Common-Flow is basically GitHub Flow with the addition of versioned +In short, Common-Flow is essentially GitHub Flow with the addition of versioned releases, optional release branches, and without the requirement to deploy to production all the time.