aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:33:20 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:33:20 -0700
commit948a6c02413305a1712f9ace60322882974cfba6 (patch)
tree2217aa44da2eaf1ff7825ed4dae2df7bbccdb41d /README.md
parent9dbc4c703d82fb9ecdc0a5b5cde465cce2185289 (diff)
downloadAndroidAsync-948a6c02413305a1712f9ace60322882974cfba6.tar.gz
AndroidAsync-948a6c02413305a1712f9ace60322882974cfba6.tar.bz2
AndroidAsync-948a6c02413305a1712f9ace60322882974cfba6.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4623a2b..6863dde 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,11 @@ 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 normal Android
-will probably be more interested in that.
+http request library built 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, this is it.
+But if you're looking for a raw Socket, HTTP client/server, WebSocket, and Socket.IO library for Android, AndroidAsync
+is it.
### Download