summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdoardo La Greca2025-06-18 18:27:13 +0200
committerEdoardo La Greca2025-06-18 18:27:13 +0200
commit7ac2e74c4a24e8363f864e69e9017ba115d01d32 (patch)
treeb1cdd21afa151a765ec3f2ae97bd2968b8fab956 /README.md
parent7ccc62bcadb2b3874b4e73fb0d14ebbbf1c4087c (diff)
edit ninekt description
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
---------