From fdac571ff145634a904498e7f228012cfb26fe4e Mon Sep 17 00:00:00 2001 From: kento2 Date: Wed, 9 Sep 2026 04:29:17 +0200 Subject: [PATCH] doc improvements --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.