mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
style(readme): update the formatting of example shell function
This commit is contained in:
parent
9e5bd112e7
commit
fda6f91211
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue