diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-28 11:55:50 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-28 11:55:50 +0100 |
commit | b16525c0043906c20b7bb82157387c45bc136c52 (patch) | |
tree | be8988c2910eceecfc7901f93d6264b884677085 | |
parent | c4e2049086b9074ef9272454e77e341288e8caf2 (diff) | |
download | aspectj-b16525c0043906c20b7bb82157387c45bc136c52.tar.gz aspectj-b16525c0043906c20b7bb82157387c45bc136c52.zip |
README.md: Fix word order from comment in previous commit
Relates to #299.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |