From d30cd82753e66e44b35c89649b2c6a398d9f8c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:31:43 +0200 Subject: [PATCH] docs: update usage section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.