From f86d0ca9bc401ee3f57041e4bdfeac28a6616806 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczanowski Date: Tue, 12 May 2020 23:24:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed7438..4acfc52 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ docker run mkaczanowski/pastebin --address localhost --port 8000 ### Client ``` -alias pastebin="curl -q -L -d @- -o - http://localhost:8000/" +alias pastebin="curl -q -L --data-binary @- -o - http://localhost:8000/" echo "hello World" | pastebin http://localhost:8000/T9kGrI5aNkI4Z-PelmQ5U