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
1 changed files with 1 additions and 1 deletions

View File

@ -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: <auth_token>" "<server_address>"
curl -F "file=@$1" -H "Authorization: <auth_token>" "<server_address>"
}
```