aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-10 19:40:33 +0200
committeradamw <adam@warski.org>2017-07-10 19:40:33 +0200
commitfdc9b3f9420165cc65c8dd9fe20057a4a12e69c6 (patch)
tree0e04efeb9f38ba836df47db8a800a67525b683e7
parentd196b0696e85fb84cbd3d7b347eea359d6934095 (diff)
downloadsttp-fdc9b3f9420165cc65c8dd9fe20057a4a12e69c6.tar.gz
sttp-fdc9b3f9420165cc65c8dd9fe20057a4a12e69c6.tar.bz2
sttp-fdc9b3f9420165cc65c8dd9fe20057a4a12e69c6.zip
Readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfe8a85..0a391e6 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ println(response.body) // has type String as specified when
## How is sttp different from other libraries?
* immutable request builder which doesn't impose any order in which request parameters need to be specified.
-One consequence of that approach is that the URI to be specified upfront. Allows defining partial requests
+One consequence of that approach is that the URI doesn't need to be specified upfront. Allows defining partial requests
which contain common cookies/headers/options, which can later be specialized using a specific URI and HTTP method.
* support for multiple backends, both synchronous and asynchronous, with backend-specific streaming support
* URI interpolator with optional parameters support