From 90cd48eea899085b8585543512fe18d525e6a3bf Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 4 Dec 2022 01:34:19 -0500 Subject: [PATCH] small wording edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd302df..5c9402a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ you can configure repo2html by changing environment variables in the `post-recei refer to the list of environment variable names and their descriptions to learn more: - `GIT_WWW`: the web directory where repo2html generates static git repositories. for example, `/var/www/git/`. -- `GIT_WWW_CLONE_URL`: the url that people will use when downloading your git repository. if you have git-daemon set up, then you can prefix the url with `git://`. otherwise, prefix the url with `http://`. for example, `git://git.example.com`. **note**: avoid a trailing slash in the url. +- `GIT_WWW_CLONE_URL`: the url that people will use when downloading your git repository. if you have git-daemon set up, then you can prefix the url with `git://`. otherwise, prefix the url with `http://`. for example, `git://git.example.com`. **note**: avoid slashes at the end of the url. - `GIT_WWW_TITLE`: the text that populates the `` html tag. - `GIT_WWW_DESCRIPTION`: a string that populates the `description` meta information about your git repository. - `GIT_WWW_H1`: the text that populates the `<h1>` html tag.