aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-05-16 01:08:19 -0600
committerKoushik Dutta <koush@koushikdutta.com>2013-05-16 01:08:19 -0600
commitbf79ccdb8e325658197d9b932d829d74eb8b2490 (patch)
tree7dbc25792300ca7c8a5bc14c9c19b2f464e9e764 /README.md
parent119119e21de482d19d2e21f8922138895ce7fb62 (diff)
downloadAndroidAsync-bf79ccdb8e325658197d9b932d829d74eb8b2490.tar.gz
AndroidAsync-bf79ccdb8e325658197d9b932d829d74eb8b2490.tar.bz2
AndroidAsync-bf79ccdb8e325658197d9b932d829d74eb8b2490.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 947ae11..8421595 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ AsyncHttpClient.getDefaultInstance().get(url, new AsyncHttpClient.StringCallback
```
-### Download a JSON Object
+### Download JSON from a url
```java
// url is the URL to download. The callback will be invoked on the UI thread