aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-05 08:48:33 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-05 08:48:33 -0400
commit351ceaa496ff89f6050da696c5669283c8a56807 (patch)
tree35c4a62e776ba19c8c2d090d10b9bf8b4ddce746 /README.md
parentinclude SET_URL conf setting for self-setting (diff)
downloadstackbin-351ceaa496ff89f6050da696c5669283c8a56807.tar.gz
stackbin-351ceaa496ff89f6050da696c5669283c8a56807.tar.bz2
stackbin-351ceaa496ff89f6050da696c5669283c8a56807.zip
update docs for curl --data-binaryHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
bgstack15