From 25b62bcfc1a6fff541aff1e67849305a14bd75a0 Mon Sep 17 00:00:00 2001 From: Kevin Schweikert Date: Fri, 10 Jan 2025 16:54:36 +0100 Subject: [PATCH] improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c507a8e..4b46e9c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ CurlReq parses a bunch of cURL flags and translates them to Req.Request structs ### Supported Flags -| Long | Short | Comment | +The follwing flags are supported in all directions (from Req, from cURL, to Req, to cURL) + +| Long | Short | Limitation | | --- | --- | --- | | `--header` | `-H` | | | `--request` | `-X` | |