Skip to content

Commit 05f652e

Browse files
Update README.md
1 parent 5ff6279 commit 05f652e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Zen operates autonomously on the same server as your Java app to:
6868
You can install Zen by downloading the zip file [here](https://github.com/AikidoSec/firewall-java/releases/latest) and unzipping it to your directory of choice,
6969
we picked `/opt/zen` here for our Linux system as an example. We also have support for Windows and Mac OS X.
7070
Please ensure you do not alter the structure of this folder and that the process can read & write to it.
71-
To activate Zen you then just have to add the following argument to your Java command **before** the `-jar` argument
71+
To activate Zen you then just have to add the following `-javaagent` to your Java command **before** the `-jar` argument
7272
```
7373
java -javaagent:/opt/zen/agent.jar -jar build/myapp.jar
7474
```

0 commit comments

Comments
 (0)