From efb6066a5016263484ace79a9753f88778d0a46e Mon Sep 17 00:00:00 2001 From: Peter Anning <22272449+peteanning@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:56:41 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8883d5..0c04d13 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. From e36c22c78329b9fc5a936558867ec2b6324dcce8 Mon Sep 17 00:00:00 2001 From: Peter Anning <22272449+peteanning@users.noreply.github.com> Date: Sun, 6 Nov 2022 10:34:53 +0000 Subject: [PATCH 2/2] Update README.md Fixed aoc-cli internal link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c04d13..91ee58e 100644 --- a/README.md +++ b/README.md @@ -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`