From b16525c0043906c20b7bb82157387c45bc136c52 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 28 Mar 2024 11:55:50 +0100 Subject: [PATCH] README.md: Fix word order from comment in previous commit Relates to #299. Signed-off-by: Alexander Kriegisch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001127e57..e34d8de2d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In the root of a cloned AspectJ simply run: ``` Please make sure that your project root directory name is either _aspectj_ (default for `git clone`) or _org.aspectj_ (case-insensitive), if you wish to run the build with tests. -Some integration tests rely on this name when dynamically searching the up current path for the root folder. +Some integration tests rely on this name when dynamically searching up the current path for the root folder. You can also use a reasonably recent (3.6.3+), locally installed Maven installation instead of the Maven wrapper script. -- 2.39.5