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.