diff --git a/README b/README index afce661..9d3f50e 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ -parses a http body and pipes all its multipart/form-data -to a child program. set's the MIME_TYPE environment variable -before exec'ing into the child. +parses a http body and pipes the first multipart/form-data +field to a child program. field names are ignored.