diff --git a/README.md b/README.md index 1bbb52cd5..8f6e34091 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Hello Minecraft! Launcher Hello Minecraft! Launcher is a Minecraft launcher. +### Joining If you really want to join the development, here's some requests. -1) The Development Environment is Netbeans 8.0.2 with Gradle Support plugin. -2) The project is built in Java 1.8, using the retrolambda backported to Java 1.7. So DO NOT use the libraries of Java 8 like Stream APIs. -3) DO NOT modify *.gradle. \ No newline at end of file +* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin. +* The project is built in Java 1.8, using the retrolambda backported to Java 1.7. So DO NOT use the libraries of Java 8 like Stream APIs. +* DO NOT modify *.gradle.