From 1efc0feb0267db10751e038de64e929977a5ee7a Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Fri, 4 Aug 2017 13:52:50 +0900 Subject: Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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() ``` -- cgit v1.2.3