gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Apr. 04 '23 19:28:30
Commit
e460ca88318d72f90cc6b62a89c14e233950a3d9
Parent
7285aac12a37aab03c7a855dc7b91e63bbef379d
Changes
diff --git a/README.md b/README.md
index d75fb6a..e48a024 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ## about
 
-Go based [`git2html`](https://github.com/Hypercubed/git2html) remake with custom templating support to help when using `git(1)` as an archival tool basically.
+Go based [`git2html`](https://github.com/Hypercubed/git2html) remake with custom templating support to help when using `git(1)` as an archival tool basically, because an HTML copy of your commit history is just enough in many cases, such as with solo projects for example.
 
 ## setup
 
@@ -37,7 +37,7 @@ Templates can reference external files in the target directory. These are left i
 gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl
 ```
 
-Only process select branches (in order of appearance):
+Only process select branches in order of appearance:
 
 ```sh
 gtx -r https://github.com/thewhodidthis/gtx.git -b main -b develop