aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warski <adam@warski.org>2017-08-04 10:38:30 +0200
committerGitHub <noreply@github.com>2017-08-04 10:38:30 +0200
commit393f6299508f938c121ad33b0d7fac3d1107b45a (patch)
treecc515de109e69edb847f9410cd7fd29826b21dfe
parentc81487ff2c6d0a4a886ac9ceb7a7a89a39eb5c88 (diff)
parent1efc0feb0267db10751e038de64e929977a5ee7a (diff)
downloadsttp-393f6299508f938c121ad33b0d7fac3d1107b45a.tar.gz
sttp-393f6299508f938c121ad33b0d7fac3d1107b45a.tar.bz2
sttp-393f6299508f938c121ad33b0d7fac3d1107b45a.zip
Merge pull request #19 from sobacode/fix_typo
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25f51d4..05a56d0 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ value of type `SttpHandler` needs to be in scope to invoke the `send()` on the
request:
```scala
-implicit val handler = HttpConnectionSttpHandler
+implicit val handler = HttpURLConnectionSttpHandler
val response: Response[String] = request.send()
```