mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-22 04:19:47 -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
|
```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>"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue