Skip to content

Commit 50795c5

Browse files
authored
Fix category value case
1 parent b31069b commit 50795c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/compile-benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Rust code being written today.
178178
benchmark.
179179
- Look at [crates.io](https://crates.io) to find the latest (non-prerelease) version.
180180
- Download it with `collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION`.
181-
The `$CATEGORY` is probably `primary`. `$ARTIFACT` is either `library` or `binary`, depending
181+
The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending
182182
on what kind of artifact does the benchmark build.
183183
- It makes it easier for reviewers if you split things into two commits.
184184
- In the first commit, just add the code for the entire benchmark.

0 commit comments

Comments
 (0)