diff --git a/README.md b/README.md index 0a8504e..94bdcad 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ cargo scaffold # Created empty input file "src/inputs/01.txt" # Created empty example file "src/examples/01.txt" # --- -# 🎄 Type `cargo run --bin 01` to run your solution. +# 🎄 Type `cargo day 01` to run your solution. ``` Individual solutions live in the `./src/bin/` directory as separate binaries.