diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 --------- |