summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 4bca62d..ddbbc53 100644
--- a/Home.md
+++ b/Home.md
@@ -55,7 +55,7 @@ There are some ways to support krebs:
do it
- [c.r](http://c.r)
- - read-write arbitrary urls with `cat $file | curl -d @- http://c.r/my/custom/path`
+ - read-write arbitrary urls with `cat $file | curl --data-binary @- http://c.r/my/custom/path`
- delete with `curl -X DELETE http://c.r/my/custom/path`
- if posted again will override old content
- stuff will be reachable at http://c.r/my/custom/path or https://c.krebsco.de/my/custom/path