Skip to content

Commit c728b80

Browse files
authored
Fix markdown syntax
1 parent 2661046 commit c728b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ bin/solve_day.sh -l py # Solve with language, here Python
8989

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`:
92-
. ```shell
93-
. echo "AOC_LANG=py" >> .env
94-
. ```
92+
> ```shell
93+
> echo "AOC_LANG=py" >> .env
94+
> ```
9595
9696
9797
## Session Cookie Expired?

0 commit comments

Comments
 (0)