docs(readme): make the heading sizes consistent

This commit is contained in:
Orhun Parmaksız 2021-11-07 17:25:42 +03:00
parent 2b6b3caf2c
commit f3859d2857
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -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>"