Skip to content

Commit 62f2de1

Browse files
Coriolan-devsmoelius
authored andcommitted
Fix typos in readme
1 parent 2cf3aab commit 62f2de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A wrapper around [`anchor test`] for computing test coverage
44

55
## Steps to use
66

7-
1. Install the Agave validator [from source] after adding the following to the `[patch.crate-io]` section near the end of its Cargo.toml:
7+
1. Install the Agave validator [from source] after adding the following to the `[patch.crates-io]` section near the end of its Cargo.toml:
88

99
```toml
1010
solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" }
1111
```
1212

13-
For many situations, the following commands should suffice:
13+
For Linux users, the following commands should suffice:
1414

1515
```sh
1616
sed -i '/^\[patch\.crates-io\]$/a solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" }' Cargo.toml

0 commit comments

Comments
 (0)