style(readme): update the formatting of example shell function

This commit is contained in:
Orhun Parmaksız 2022-03-12 00:03:37 +03:00
parent 9e5bd112e7
commit fda6f91211
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -65,7 +65,7 @@ The standalone command line tool (`rpaste`) is available [here](https://github.c
```sh ```sh
function rpaste() { function rpaste() {
curl -F "file=@$1" -H "Authorization: <auth_token>" "<server_address>" curl -F "file=@$1" -H "Authorization: <auth_token>" "<server_address>"
} }
``` ```