Skip to content

Commit b52fc22

Browse files
authored
Modified: README.md
1 parent c728b80 commit b52fc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bin/solve_day.sh -l py # Solve with language, here Python
9090
> [!TIP]
9191
> The default language could be set with an envvar, e.g. with dotenv in a `.env` file which is also read by `bin/solve_day.sh`:
9292
> ```shell
93-
> echo "AOC_LANG=py" >> .env
93+
> echo AOC_LANG=py >> .env
9494
> ```
9595
9696

0 commit comments

Comments
 (0)