From 8e485a68e1f4faaa7ad226637efe3651ab3304ae Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 3 Nov 2020 11:20:39 -0800 Subject: [PATCH] Reword second motivation more neutrally. Closes #121. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52cf108..7b54746 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ Motivations * Zero dependencies. You can include this single tiny library in your project and start making use of templates. - * Usability on a variety of target platforms. The other Java Mustache implementation requires - that a Java compiler be available to compile templates into Java classes. This implementation - makes no such requirements and as a result is usable on Android, or other exciting places where - a Java compiler is not available. It is even possible to avoid the use of reflection and - provide all of your data as a series of nested Maps, if desired. + * Usability on a variety of target platforms. This implementation makes very limited demands on + the JVM in which it runs and as a result is usable on Android, or on other limited JVMs. It is + even possible to avoid the use of reflection and provide all of your data as a series of nested + maps. * [Proguard](http://proguard.sourceforge.net/) and [JarJar](http://code.google.com/p/jarjar/) friendly. Though the library will reflectively access your data (if you desire it), the library