From 045b8c7703ac24f0c657300e61c7a77b806dee4e Mon Sep 17 00:00:00 2001 From: Hellosager Date: Wed, 25 Jan 2023 17:06:24 +0100 Subject: [PATCH] fix typo in readme Signed-off-by: Hellosager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30560c5e5..500e1360f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ the environment variable `PROMETHEUS_DISABLE_CREATED_SERIES=true`. ## Building -Building the repository needs Java 11 (The project the project still supports Java 6 and Java versions > 11 dropped support for Java 6 output). We recommend to use an [up-to-data Java 8 installation](https://adoptium.net/en-GB/marketplace/?version=8). The project provides the maven wrapper and therefore no local maven installqation is needed. To build the repository just call `./mvnw verify`. +Building the repository needs Java 11 (the project still supports Java 6 and Java versions > 11 dropped support for Java 6 output). We recommend to use an [up-to-data Java 8 installation](https://adoptium.net/en-GB/marketplace/?version=8). The project provides the maven wrapper and therefore no local maven installqation is needed. To build the repository just call `./mvnw verify`. ## Instrumenting