aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-25 16:03:22 +0200
committeradamw <adam@warski.org>2017-07-25 16:03:22 +0200
commit9477ae544c86e8e3ca342b9129e65be39965e5ba (patch)
tree884afce0f883f1b47b9f16472010d76544d15165 /README.md
parenteaf84855b4ad1d0c5bc0d5f7ab5ca35dd4f163b5 (diff)
downloadsttp-9477ae544c86e8e3ca342b9129e65be39965e5ba.tar.gz
sttp-9477ae544c86e8e3ca342b9129e65be39965e5ba.tar.bz2
sttp-9477ae544c86e8e3ca342b9129e65be39965e5ba.zip
Fix typo
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 34d4c32..375523f 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ To use, add the following dependency to your project:
"com.softwaremill.sttp" %% "async-http-client-handler-monix" % "0.0.2"
```
-This handler depends on [async-http-handler](https://github.com/AsyncHttpClient/async-http-client).
+This handler depends on [async-http-client](https://github.com/AsyncHttpClient/async-http-client).
A fully **asynchronous** handler, which uses [Netty](http://netty.io) behind the
scenes.