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

Commit 5c90454

Browse files
author
Yevgeny Pats
authored
Update README.md
1 parent df20c6e commit 5c90454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The next step is to javafuzz with your fuzz target function
6767

6868

6969
```bash
70-
wget -O jacocoagent https://github.com/fuzzitdev/javafuzz/raw/master/javafuzz-maven-plugin/src/main/resources/jacocoagent-exp.jar
70+
wget -O jacocoagent.jar https://github.com/fuzzitdev/javafuzz/raw/master/javafuzz-maven-plugin/src/main/resources/jacocoagent-exp.jar
7171
MAVEN_OPTIONS="-javaagent:jacoco.jar" mvn javafuzz:fuzz -DclassName=your.full.class.name
7272
```
7373

0 commit comments

Comments
 (0)