From e26cbc9613226e4bb9ad654356916d83c2fcce32 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Fri, 29 May 2020 09:58:04 +0200 Subject: [PATCH] make java snippet explicit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60de6b9..385e94f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ A concrete example with a specific validator configuration can be found on ### Application User Interface (API / embedded usage) The validator can also be used in own Java Applications via the API. Usage would be something like this: -``` +```java Path scenarios = Paths.get("scenarios.xml"); Configuration config = Configuration.load(scenarios.toUri()); Input document = InputFactory.read(testDocument);