Skip to content

Commit

Permalink
Updated maven instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aabashkin committed Aug 5, 2022
1 parent 51cb5ef commit 898e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This edition utilizes MongoDB as the NoSQL database and the official Java driver
```
git clone https://github.com/aabashkin/nosql-injection-vulnapp-mongodb-java.git
cd nosql-injection-vulnapp-mongodb-java
mvn clean install
mvn clean package
java -jar target/nosql-injection-vulnapp-mongodb-java-[VERSION].jar
```

Expand Down

0 comments on commit 898e84f

Please sign in to comment.