Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit a6cdde0

Browse files
author
Yevgeny Pats
authored
Merge pull request #3 from kinow/patch-2
Update README.md
2 parents b3e105a + 47d5446 commit a6cdde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Features of the fuzz target:
3131
* The fuzz target must call the test function/library with wither the passed buffer or a transformation on the test buffer
3232
if the structure is different or from different type.
3333
* Fuzz functions can also implement application level checks to catch application/logical bugs - For example:
34-
decode the buffer with the testable library encode it again and check that both results are equal. To communicate the results
34+
decode the buffer with the testable library, encode it again, and check that both results are equal. To communicate the results
3535
the result/bug the function should throw an exception.
3636
* jsfuzz will report any unhandled exceptions as crashes as well as inputs that hit the memory limit specified to jsfuzz
3737
or hangs/they run more the the specified timeout limit per testcase.
@@ -66,7 +66,7 @@ module.exports = {
6666
6767
### Running
6868
69-
The next step is to download js-fuzz and the your fuzzer
69+
The next step is to download js-fuzz and then run your fuzzer
7070
7171
```bash
7272
npm i -g jsfuzz
@@ -121,7 +121,7 @@ For coverage jsfuzz is using [istanbuljs](https://istanbul.js.org) instrumentati
121121

122122
## Contributions
123123

124-
Contributions are welcome!:) There are still a lot of things to improve,test and features to add. We will slowly post those in the
124+
Contributions are welcome!:) There are still a lot of things to improve, and tests and features to add. We will slowly post those in the
125125
issues section. Before doing any major contribution please open an issue so we can discuss and help guide the process before
126126
any unnecessary work is done.
127127

0 commit comments

Comments
 (0)