diff options
author | Edoardo La Greca | 2025-06-18 18:27:13 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-06-18 18:27:13 +0200 |
commit | 7ac2e74c4a24e8363f864e69e9017ba115d01d32 (patch) | |
tree | b1cdd21afa151a765ec3f2ae97bd2968b8fab956 /README.md | |
parent | 7ccc62bcadb2b3874b4e73fb0d14ebbbf1c4087c (diff) |
edit ninekt description
Diffstat (limited to 'README.md')
-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 --------- |