From 50795c5d7ea336344e9cffb110bc1385278d171f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 30 Apr 2025 11:07:56 +0200 Subject: [PATCH] Fix category value case --- collector/compile-benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/compile-benchmarks/README.md b/collector/compile-benchmarks/README.md index 3e8164423..b4715e1f0 100644 --- a/collector/compile-benchmarks/README.md +++ b/collector/compile-benchmarks/README.md @@ -178,7 +178,7 @@ Rust code being written today. benchmark. - Look at [crates.io](https://crates.io) to find the latest (non-prerelease) version. - Download it with `collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION`. - The `$CATEGORY` is probably `primary`. `$ARTIFACT` is either `library` or `binary`, depending + The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending on what kind of artifact does the benchmark build. - It makes it easier for reviewers if you split things into two commits. - In the first commit, just add the code for the entire benchmark.