aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29df0bf..bf19f4b 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,9 @@ println(response.unsafeBody)
sttp documentation is available at [sttp.readthedocs.io](http://sttp.readthedocs.io).
+You can also take a look at the [introductory blog](https://softwaremill.com/introducing-sttp-the-scala-http-client/)
+and its [follow-up](https://softwaremill.com/sttp-streaming-uri-interpolator/).
+
## Quickstart with Ammonite
If you are an [Ammonite](http://ammonite.io) user, you can quickly start experimenting with sttp by copy-pasting the following: