Skip to content

Commit b114948

Browse files
authored
docs: fix leftover occurence of cargo day (#3)
1 parent e507251 commit b114948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cargo scaffold <day>
4141
# Created empty input file "src/inputs/01.txt"
4242
# Created empty example file "src/examples/01.txt"
4343
# ---
44-
# 🎄 Type `cargo day 01` to run your solution.
44+
# 🎄 Type `cargo solve 01` to run your solution.
4545
```
4646

4747
Individual solutions live in the `./src/bin/` directory as separate binaries.

0 commit comments

Comments
 (0)