Skip to content

Commit

Permalink
Merge pull request #77 from GangGreenTemperTatum/ads/update-bambda-ch…
Browse files Browse the repository at this point in the history
…ecker-docs

docs: update the bambda checker v
  • Loading branch information
Hannah-PortSwigger authored Jul 18, 2024
2 parents 4d61b3e + 4c16347 commit c82938e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements: Java 17+

In the top level directory of the folder containing your Bambdas, run the following command:
```
java -jar BambdaChecker-1.2.jar
java -jar BambdaChecker-1.3.jar
```

Verify the output. To do this quickly, check the exit code is 0 for a valid run.
Expand All @@ -32,7 +32,7 @@ This will also update or generate markdown files as appropriate. This is only fo
If you only want to perform the validation check without affecting the markdown, then run:

```
java -jar BambdaChecker-1.2.jar validateonly
java -jar BambdaChecker-1.3.jar validateonly
```

### What it checks for
Expand Down

0 comments on commit c82938e

Please sign in to comment.