From f309b94edebcce6c1db722dc3d0ace484b5a6477 Mon Sep 17 00:00:00 2001 From: Robert Attard Date: Mon, 13 Nov 2023 17:38:27 -0500 Subject: [PATCH] readme updates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18e63d4..3c06ca5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ This library provides 3 options to run your advent of code solvers: ## Multi-year support -Gladvent now comes with out-of-the-box multi-year support via the `--year` flag when running it. For convenience it defaults to the current year. Therefore, passing the `--year=YEAR`flag to either the`run`, `run all`or`new` commands will use the year specified or the current year if the flag was not provided. +Gladvent now comes with out-of-the-box multi-year support via the `--year` flag when running it. + +For convenience it defaults to the current year. Therefore, passing `--year=YEAR` to either the `run`, `run all` or `new` commands will use the year specified or the current year if the flag was not provided. ## Available commands