diff --git a/README.md b/README.md index 0fd508e..2219bb2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The validator can be used in three different ways: The general way using the CLI is: ```shell -java -jar validationtool--standalone.jar -s [OPTIONS] [FILE] [FILE] [FILE] ... +java -jar validationtool--standalone.jar -r -s [OPTIONS] [FILE] [FILE] [FILE] ... ``` The help option displays further CLI options to customize the process: @@ -62,7 +62,7 @@ java -jar validationtool--standalone.jar --help ``` A concrete example with a specific validator configuration can be found on -[GitHub](https://github.com/itplr-kosit/validator-configuration-xrechnung) +[validator-configuration-xrechnung](https://github.com/itplr-kosit/validator-configuration-xrechnung) The [CLI documentation](./docs/cli.md) shows further configuration options.