Skip to content

Commit

Permalink
fix missing test crate name in readme update script
Browse files Browse the repository at this point in the history
  • Loading branch information
g-k committed Mar 15, 2024
1 parent 9d7f438 commit 6837729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To print package metadata:
\`\`\`sh
\$ cargo show nonexistent-package servo
$($CARGO_CMD webrender servo 2>&1)
$($CARGO_CMD nonexistent-package servo 2>&1)
\`\`\`
To print JSON:
Expand Down

0 comments on commit 6837729

Please sign in to comment.