From cf9d4e28e4feb2787835715788ee0f18364e8c9c Mon Sep 17 00:00:00 2001 From: Tibor Bizjak Date: Tue, 14 Mar 2023 18:33:21 +0100 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62bd8e7..c7ead1d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To download your puzzle inputs (the inputs are different for each user), run `./main.py --fetch-session` and input your session key. The session key can be found by inspecting the headers of a HTTP request made from a browser on which the user is logged in. The HTTP request header -in question has the following format : `Cookie : session-key`. +in question has the following format : `Cookie : session=key`. For other options see `./main.py -h`. ```console