diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 13:22:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 13:22:32 -0300 |
commit | e91e3097a4c8c62038cc42b1a895fdedb201cc3b (patch) | |
tree | 3bf0715d92477ad04ebb54ad4785bd9f43865a91 | |
parent | Add empty tests/cli-opts.sh (diff) | |
download | gistatic-e91e3097a4c8c62038cc42b1a895fdedb201cc3b.tar.gz gistatic-e91e3097a4c8c62038cc42b1a895fdedb201cc3b.tar.xz |
Improve wording of long-description and README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | long-description | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -2,8 +2,9 @@ Static Git repository generator -Generate static HTML pages for online hosting of a repository with -static files only. +Generate HTML pages for a Git repository. The generated pages are +static and offline-first, and can be made available online as static +assets. ## Usage diff --git a/long-description b/long-description index 60f64e4..55f5bdd 100644 --- a/long-description +++ b/long-description @@ -1,2 +1,3 @@ -Generate static HTML pages for online hosting of a repository with -static files only. +Generate HTML pages for a Git repository. The generated pages are +static and offline-first, and can be made available online as static +assets. |