diff --git a/README b/README index c489f75..a2d519f 100644 --- a/README +++ b/README @@ -5,9 +5,10 @@ What is Malva? -------------- Malva is a test suite for alternative JVMs. It tests core Java APIs such as -'java.lang' and 'java.lang.reflect' require implementation on the JVM side. The -primary goal for Malva is to find compatibility problems in alternative JVMs -but its also useful as a regression test suite for JVM developers. +'java.lang' and 'java.lang.reflect' that require implementation on the JVM +side. The primary goal for Malva is to find compatibility problems in +alternative JVMs but its also useful as a regression test suite for JVM +developers. The test cases look a lot like JUnit tests. We do not, however, use JUnit because it relies on core APIs such as annotation support and reflection that