summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 350d938..50a1419 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
NineKt: Teaching Kotlin to speak 9P
===================================
-NineKt is a library written in Kotlin that eases the process of implementing the
-[9P protocol](https://en.wikipedia.org/wiki/9P_(protocol)) into any JVM application, including those for Android.
+NineKt (I don't really care about pronunciation, "nine-kay-tee" or "nine-Kate" or whatever you want) is a library
+written in Kotlin (and primarily targeting the JVM) that eases the process of implementing the [9P protocol](https://en.wikipedia.org/wiki/9P_(protocol))
+into any JVM application, including those for Android.
Rationale
---------