From a1e392bf6dd700d020477a37ba44e209a99801db Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 24 Dec 2021 23:14:56 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88cdc9b8..ff433ebd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can find technical documentation in the [doc] folder. Also check out the [W ## Building -You need a JDK version between 11 and 17 inclusive. Nnewer versions may not work. After installing that and setting up the appropriate paths, just type +You need a JDK version between 11 and 17 inclusive. Newer versions may not work. After installing that and setting up the appropriate paths, just type ``` ./gradlew clean assemble