diff --git a/README.md b/README.md index 02e40d6..90c2926 100644 --- a/README.md +++ b/README.md @@ -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" "" ``` -### Paste file from remote URL +#### Paste file from remote URL ```sh $ curl -F "remote=https://example.com/file.png" ""