From 756d675f06ff99e78e1e173d0c1e8982e18b88f1 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 30 Dec 2024 18:41:48 +0530 Subject: [PATCH] fix: Capitalization, fixes #37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a023051..0474cfd 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ below, replace `http://localhost:4567` with where your instance of `chhoto-url` If you have set up a password, first do the following to get an authentication cookie and store it in a file. ```bash -curl -X post -d "" -c cookie.txt http://localhost:4567/api/login +curl -X POST -d "" -c cookie.txt http://localhost:4567/api/login ``` You should receive "Correct password!" if the provided password was correct. For any subsequent request, please add `-b cookie.txt` to provide authentication.