aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 13:22:32 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 13:22:32 -0300
commite91e3097a4c8c62038cc42b1a895fdedb201cc3b (patch)
tree3bf0715d92477ad04ebb54ad4785bd9f43865a91
parentAdd empty tests/cli-opts.sh (diff)
downloadgistatic-e91e3097a4c8c62038cc42b1a895fdedb201cc3b.tar.gz
gistatic-e91e3097a4c8c62038cc42b1a895fdedb201cc3b.tar.xz
Improve wording of long-description and README.md
Diffstat (limited to '')
-rw-r--r--README.md5
-rw-r--r--long-description5
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index b8743fd..9238a7e 100644
--- a/README.md
+++ b/README.md
@@ -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.