From c29dde2344f5ed7380e3650a588b9483b2888bd7 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 11 Jul 2015 12:14:55 +0200 Subject: [PATCH] README update. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c20508b..40af8aa 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A stand-alone webserver that automatically generates forms from JSON to serve as frontends to scripts. ScriptForm takes a JSON file which contains form definitions. It then -constructs web forms from this JSON and serves these to users. The user can -select a form and fill it out. When the user submits the form, it is validated -and the associated script is called. Data entered in the form is passed to the -script through the environment. +constructs web forms from this JSON and serves these to users over HTTP. The +user can select a form and fill it out. When the user submits the form, it is +validated and the associated script is called. Data entered in the form is +passed to the script through the environment. ### Features