aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:32:21 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:32:21 -0700
commita51829ef5481646f48afa1ed426771ad08f624e0 (patch)
treea6883be07e3b3d60cae2728ea37905a4145a1693 /README.md
parentbd83488d8e6a128118b40fa3974010581962d94e (diff)
downloadAndroidAsync-a51829ef5481646f48afa1ed426771ad08f624e0.tar.gz
AndroidAsync-a51829ef5481646f48afa1ed426771ad08f624e0.tar.bz2
AndroidAsync-a51829ef5481646f48afa1ed426771ad08f624e0.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4d33e7..998afcb 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ It uses java.nio to manage connections. All the connections are thus managed on
NIO is extremely efficient.
AndroidAsync is meant to be a low level protocol library. I have built a useful higher level, Android aware,
-http request library built on top of AndroidAsync called [Ion](https://github.com/koush/ion). The average end developer
+http request library built on top of AndroidAsync called [Ion](https://github.com/koush/ion). The normal Android
will probably be more interested in that.
But if you're looking for a raw Socket, HTTP, WebSocket, and Socket.IO library for Android, this is it.