aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:32:39 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:32:39 -0700
commit9dbc4c703d82fb9ecdc0a5b5cde465cce2185289 (patch)
treeb58ee3122bd20a198ac872ff31085d1be1a564d0 /README.md
parenta51829ef5481646f48afa1ed426771ad08f624e0 (diff)
downloadAndroidAsync-9dbc4c703d82fb9ecdc0a5b5cde465cce2185289.tar.gz
AndroidAsync-9dbc4c703d82fb9ecdc0a5b5cde465cce2185289.tar.bz2
AndroidAsync-9dbc4c703d82fb9ecdc0a5b5cde465cce2185289.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 998afcb..4623a2b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ AndroidAsync is meant to be a low level protocol library. I have built a useful
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.
+But if you're looking for a raw Socket, HTTP client/server, WebSocket, and Socket.IO library for Android, this is it.
### Download