From 616e4e4695ba6885792d9a882f281bcfa74fa852 Mon Sep 17 00:00:00 2001 From: ngn <78868991+ngn13@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:00:02 +0000 Subject: [PATCH] [skip ci] fixing curl command so it works in the shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be74a3..2e121f3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Change the `URL` accordingly. ### Usage You can use the web interface to shorten links, or you can directly use the API: ```bash -curl https://k.example.com/add?url= +curl https://k.example.com/add\?url= ``` ### Todo