From e32aec9b27a87508559f7472ed3bf7d0247cfb2c Mon Sep 17 00:00:00 2001 From: Nisarga Adhikary Date: Tue, 14 Nov 2023 13:07:03 +0530 Subject: [PATCH] Update readme.md --- aoc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc/readme.md b/aoc/readme.md index e2129d3..f26b9d4 100644 --- a/aoc/readme.md +++ b/aoc/readme.md @@ -39,7 +39,7 @@ - Copy the value of the `session` cookie. It is usually a long hex string of letters and numbers. 9. **Use the Session Cookie:** - - Paste the copied session cookie value into the appropriate environment variable (`AOC_SESSION_COOKIE` in your case) in your code or set it as an environment variable. + - Paste the copied session cookie value into the appropriate environment variable (`AOC_SESSION_COOKIE` in this case) in your code or set it as an environment variable. ![session-cookie](https://github.com/ni5arga/deviras/blob/main/aoc/cookie.png?raw=true)