From f27984a63f37f3eba2ebd60b6d94aff8029ae5ec Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 1 Apr 2024 13:43:03 -0500 Subject: [PATCH] docs: Edit README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcbadda..76f97bc 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ a password, first do the following to get an authentication cookie and store it ```bash curl -X post -d "" -c cookie.txt http://localhost:4567/api/login ``` -You should receive "Correct password!" in case the provided password was correct. For any other -request, please add `-b cookie.txt` to use this authentication cookie. +You should receive "Correct password!" if the provided password was correct. For any subsequent +request, please add `-b cookie.txt` to provide authentication. To add a link, do ```bash