From 351ceaa496ff89f6050da696c5669283c8a56807 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 5 Sep 2023 08:48:33 -0400 Subject: update docs for curl --data-binary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5139c48..a9ccd6b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This means that if your app is behind `http://example.com/stackbin/` then you wo The application is designed primarily to be used with the web form, however, users can send data from the command line with curl. - $ apt-cache show putty | curl https://example.com/stackbin/ -X POST --data-raw '@-' + $ apt-cache show putty | curl https://example.com/stackbin/ -X POST --data-binary '@-' https://example.com/stackbin/a2ee1780-f4c3-4672-bd47-e6ff0334b215 ## Dependencies -- cgit