aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4670ea5..603b99d 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ val response = request.send()
// response.header(...): Option[String]
println(response.header("Content-Length"))
-// response.body: by default read into a String
-println(response.body)
+// response.unsafeBody: by default read into a String
+println(response.unsafeBody)
```
## Goals of the project