diff --git a/README.md b/README.md index 2569f99..31f620f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you're using ninja to build the project, run the following commands: - `src`: Contains the source code for each day. - `src/common`: Contains some generalized headers that are used by multiple days. -- `src/dayX`: Contains the source code for day `X +- `src/dayX`: Contains the source code for day `X` - `src/dayx/pY`: Contains the source code for part `Y` of day `X` - `input`: Contains the input for each day.