Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiAguilo committed Mar 6, 2024
1 parent d572b82 commit 0a33d03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions beacon-v2-validator-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Simple Beacon v2 validator

Building the **neat-beacon-v2-validator** leaves vaildator commandline tool in the **target** directory:
Building the **neat-beacon-v2-validator** leaves validator commandline tool in the **target** directory:
neat-beacon-v2-validator/beacon-v2-validator-tool/target/neat-beacon-v2-validator.jar

The tool needs the Beacon's API endpoint for validation and optionally output report file.
Expand All @@ -14,6 +14,8 @@ parameters:
-f (--framework) - location of the beacon
-o (--output) - report output file
examples:
>java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api
>java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api -o report.json
java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api
java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api -o report.json
```

0 comments on commit 0a33d03

Please sign in to comment.