diff --git a/README.md b/README.md index dec814e..3d96094 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ script through the environment. - Uploaded files are automatically saved to temporary files, which are passed on to the callback. - Multiple forms in a single JSON definition file. -- Handles script / exception errors, HTML output or lets scripts callbacks - stream their own HTTP response to the browser. +- Scripts can produce normal output, HTML output or stream their own HTTP + response to the client. The last one lets you stream images or binaries to + the browser. ### Use-cases