From f3859d2857a212058da14afe8a237189bccee331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 7 Nov 2021 17:25:42 +0300 Subject: [PATCH] docs(readme): make the heading sizes consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ""