From 7d031df7a1f9f8a07fb8c67b5a85ff8a47da2c69 Mon Sep 17 00:00:00 2001 From: xyqyear Date: Fri, 25 Nov 2022 22:20:45 +0800 Subject: [PATCH] Fix typo in README: "has does" -> "has done" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3e5b79c48..662b85440e0 100644 --- a/README.md +++ b/README.md @@ -1576,7 +1576,7 @@ To enable remote JMX, such as for profiling with VisualVM or JMC, add the enviro ### Enable Aikar's Flags -[Aikar has does some research](https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/) into finding the optimal JVM flags for GC tuning, which becomes more important as more users are connected concurrently. The set of flags documented there can be added using +[Aikar has done some research](https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/) into finding the optimal JVM flags for GC tuning, which becomes more important as more users are connected concurrently. The set of flags documented there can be added using -e USE_AIKAR_FLAGS=true