docs: fix leftover occurence of `cargo day` (#3)

This commit is contained in:
Peter Anning 2022-11-06 09:30:19 +00:00 committed by GitHub
parent e50725168a
commit b1149487c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ cargo scaffold <day>
# 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.