Skip to content

Commit

Permalink
Merge pull request #13 from IntelLabs/Bounti-patch-1
Browse files Browse the repository at this point in the history
Update README.md: fix typo
  • Loading branch information
Bounti authored Apr 12, 2024
2 parents 6425674 + 4427790 commit 1648cd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require specific license scheme.
# Installation

This library is mostly designed around the RUST language.
For this reson, the initial step is to install 'Cargo'.
For this reason, the initial step is to install 'Cargo'.
This can be easily done with the following command:
```
curl https://sh.rustup.rs -sSf | sh
Expand All @@ -52,8 +52,9 @@ cargo build
To start playing with the tool, the secworks example is a good candidate.
You can quickly get it running using the following commands:
```
cd fuzzers/baby-rtl-fuzzer
bash ./init.sh
cd secworks-vcs
cargo build
./target/debug/secworks-vcs
```

# Example targets
Expand Down

0 comments on commit 1648cd1

Please sign in to comment.