From fda6f91211619e4e54df7e2bda88d51fbdd0a403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 12 Mar 2022 00:03:37 +0300 Subject: [PATCH] style(readme): update the formatting of example shell function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: " "" } ```