From 285d5799f18d0e4fd5219435794a4f6b3f61e922 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 4 Apr 2015 09:11:07 +0200 Subject: [PATCH] Typo fix in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dae50e4..f47b99f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ form is passed to the script through the environment. ### Features - Very rapidly construct forms with backends. -- Completely standalone HTTP server; only required Python. +- Completely standalone HTTP server; only requires Python. - Callbacks to any kind of script / program or to Python functions. - User authentication support through Basic HTAuth. - Validates form values before calling scripts.