diff --git a/README.md b/README.md index 90c2926..4972cb6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The standalone command line tool (`rpaste`) is available [here](https://github.c ```sh function rpaste() { - curl -F "file=@$1" -H "Authorization: " "" + curl -F "file=@$1" -H "Authorization: " "" } ```