summary history branches tags files
commit:0b67001b3b23dcfccd23b1b98a8b30fbe4ff97d1
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 15 01:58:58 2023 +0100
parents:dd93cbaa639e4647b60436caa07a8db68d5fb0d6
minor README tweak
diff --git a/README.md b/README.md
line changes: +1/-1
index f20cbd7..d2b42d3
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A static website generator for Git repositories.
 
 ## What
 
-Itsy-Gitsy spiders across a collection of Git repositories, passes their contents through user-defined *input templates*, and generates a set of *output files*.  In standard usage, the input templates describe a website layout, and the output is a static website suitable for browsing locally, or hosting on a web server.
+Itsy-Gitsy spiders across a collection of Git repositories, passes a subset of their contents through user-defined *input templates*, and generates a set of *output files*.  In standard usage, the input templates describe a website layout, and the output is a static website suitable for browsing locally, or hosting on a web server.
 
 Since the output is always static text files, Itsy-Gitsy can generate more than just websites.  With custom templates, it can render your Git repositories as plain text, CSV, LaTeX, org-mode, Markdown, TOML, or whatever format you desire.