aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-19 20:49:41 +0200
committerJonas Smedegaard <dr@jones.dk>2021-11-28 14:31:52 +0100
commit2bb6145ca9b0ba278753de72a3903fec05926ed3 (patch)
tree7cb6c42d8a2017dea75d83bff388077481ffb1b1
parent3a75f23e2f913d3367a998291ec2cea7d6597397 (diff)
tighten intro to talk about a single feature (bundling is covered in the feature "features"
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4476cd8..9a78e56 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# System feature organisation _(org)_
-> Organisational structure of feature projects
+> Organisational structure of a feature project
A feature contains texts and scripts,
each targeting one of 3 audiences:
@@ -13,9 +13,8 @@ and ideally ends as globally reusable and long-term maintained.
It can serve as foundation for other extended features,
and a mature feature can be shadowed by a local adaptation.
-Features are compiled together
-globally and for each site,
-presenting features as one coherent documentation bundle.
+Multiple features may be compiled together,
+presenting those features as one coherent documentation bundle.
## Contributing