From 78934032ab574fd1d13a4bfa096591f99c8008df Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 07:00:35 +0100 Subject: [PATCH] Improve wording. --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0e99e4e..8edb9b3 100644 --- a/README.md +++ b/README.md @@ -24,34 +24,33 @@ repository.

Branches

main

-

Website root directory files pre-alpha development and alpha testing happens in this branch.
+

Website root directory files pre-alpha development and alpha testing occurs in this branch.
Feature-complete modifications of this branch are merged to beta branch for beta testing.


asset

-

Website asset, including multimedia, files pre-alpha development and alpha testing happens in -this branch.
+

Website asset, including multimedia, files pre-alpha development and alpha testing occurs in this +branch.
Feature-complete modifications of this branch are merged to beta branch for beta testing.


blog

-

Website blog files pre-alpha development and alpha testing happens in this branch.
+

Website blog files pre-alpha development and alpha testing occurs in this branch.
Feature-complete modifications of this branch are merged to beta branch for beta testing.


contact

-

Website contact files pre-alpha development and alpha testing happens in this branch.
+

Website contact files pre-alpha development and alpha testing occurs in this branch.
Feature-complete modifications of this branch are merged to beta branch for beta testing.


license

-

Website license files pre-alpha and alpha testing happens in this branch.
+

Website license files pre-alpha and alpha testing occurs in this branch.
Feature-complete modifications of this branch are merged to beta branch for beta testing.


beta

-

Feature-complete beta testing of merged code from development branches happens in this -branch.
+

Feature-complete beta testing of merged code from development branches occurs in this branch.
Merges from development branches to this branch are squashed, and the updated versions of the individual files are mentioned in the commit messages.