aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index ee2b08a..940f192 100644
--- a/README.org
+++ b/README.org
@@ -13,9 +13,9 @@ builds a new one.
Instance slots of an ~endpoint~ class hold data necessary to process
the request. If a slot is defined with an ~:initarg~, then that slot's
-value is meant to be supplied by the HTTP request, be through embedded
-"route variables", query parameters, or fields in a structured request
-body.
+value is meant to be supplied by the HTTP request, either from
+embedded "route variables", query parameters, or fields in a
+structured request body.
Any slot defined without an ~:initarg~ is meant to have its
value supplied by some stage in the handler protocol.