Fix doc README and answer lex's question

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2020-10-04 15:50:58 -04:00
parent 935cb6782d
commit 3fe5ddd68f
No known key found for this signature in database
GPG Key ID: 8EB3DF749553B1B7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<img src="assets/Forge_logo.svg">
![Forge Logo](assets/Forge_logo.svg)
MinecraftForge
=============

View File

@ -103,7 +103,7 @@ public class LaunchTesting
}
Launcher.main(lst.getArguments());
Thread.sleep(10000);// Why do we have this? -Lex 03/06/19
Thread.sleep(10000);// Why do we have this? -Lex 03/06/19 // because there's daemon threads that should cleanly exit -cpw 04/10/20
}
private static String getRandomNumbers(int length)