aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:33:45 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:33:45 -0700
commit8d440bfc429b1cbe362d15076f10209a15bf3067 (patch)
tree63417c3db39751fcbf4b829138fd04a1f6a1de02 /README.md
parent948a6c02413305a1712f9ace60322882974cfba6 (diff)
downloadAndroidAsync-8d440bfc429b1cbe362d15076f10209a15bf3067.tar.gz
AndroidAsync-8d440bfc429b1cbe362d15076f10209a15bf3067.tar.bz2
AndroidAsync-8d440bfc429b1cbe362d15076f10209a15bf3067.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6863dde..0435312 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
It uses java.nio to manage connections. All the connections are thus managed on a *single* thread, rather than one per thread.
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 typical Android
+AndroidAsync is meant to be a low level protocol library. I have built an easy to use, higher level, Android aware,
+http request library on top of AndroidAsync called [Ion](https://github.com/koush/ion). The typical Android
app developer would probably be more interested in Ion.
But if you're looking for a raw Socket, HTTP client/server, WebSocket, and Socket.IO library for Android, AndroidAsync