mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
docs(readme): make the heading sizes consistent
This commit is contained in:
parent
2b6b3caf2c
commit
f3859d2857
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ $ find upload/ -maxdepth 2 -type f -iname "*.[0-9]*" -exec rm -v {} \;
|
|||
$ curl -F "url=https://example.com/some/long/url" "<server_address>"
|
||||
```
|
||||
|
||||
### Paste file from remote URL
|
||||
#### Paste file from remote URL
|
||||
|
||||
```sh
|
||||
$ curl -F "remote=https://example.com/file.png" "<server_address>"
|
||||
|
|
Loading…
Reference in a new issue