diff --git a/README.md b/README.md index e8883d5..91ee58e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cargo scaffold # Created empty input file "src/inputs/01.txt" # Created empty example file "src/examples/01.txt" # --- -# 🎄 Type `cargo day 01` to run your solution. +# 🎄 Type `cargo solve 01` to run your solution. ``` Individual solutions live in the `./src/bin/` directory as separate binaries. @@ -53,7 +53,7 @@ When editing a solution, `rust-analyzer` will display buttons for running / debu ### Download input for a day > **Note** -> This command requires [installing the aoc-cli crate](#download-inputs-via-aoc-cli). +> This command requires [installing the aoc-cli crate](#download-puzzle-inputs-via-aoc-cli). ```sh # example: `cargo download 1`