diff --git a/README.md b/README.md index 4168738..60de6b9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The [API documentation](./docs/api.md) shows further configuration options. ### Daemon-Mode -You can also start the validator as an HTTP-Server. Just start it in _Daemon-Mode_ with the `-D` option. +You can also start the validator as a HTTP-Server. Just start it in _Daemon-Mode_ with the `-D` option. ```shell java -jar validationtool--standalone.jar -s -D diff --git a/docs/api.md b/docs/api.md index bea4a12..66e77cc 100644 --- a/docs/api.md +++ b/docs/api.md @@ -190,7 +190,7 @@ There are 3 implemenations available out of the box: 1. [StrictRelativeResolvingStrategy.java](https://github.com/itplr-kosit/validator/tree/master/src/main/java/de/kosit/validationtool/impl/xml/StrictRelativeResolvingStrategy.java) which is the **default**, prevents known XML attacks and only allows loading from a specific local repository location 1. [StrictLocalResolvingStrategy.java](https://github.com/itplr-kosit/validator/tree/master/src/main/java/de/kosit/validationtool/impl/xml/StrictLocalResolvingStrategy.java) -which opens the first to load resource from local locations +which opens the first strategy to load resources from local locations 1. [RemoteResolvingStrategy.java](https://github.com/itplr-kosit/validator/tree/master/src/main/java/de/kosit/validationtool/impl/xml/RemoteResolvingStrategy.java) which further opens the second to load resources also from remote locations via http and https