From 9eb5e488e2760b8d7fca4fa94e0a730b2283fa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Sat, 29 Oct 2022 14:43:46 +0200 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab81c02..9489f83 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ cargo day # 9 (elapsed: 33.18µs) ``` -`day` is a shorthand for `cargo run --bin `. To run an optimized version for benchmarking, append the `--release` flag. +`day` is an alias for `cargo run --bin`. To run an optimized version for benchmarking, append the `--release` flag. Displayed _timings_ show the raw execution time of your solution without overhead (e.g. file reads).