From ba60425c0033b3f374a7e75a0465d022811fb94e Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 4 Sep 2017 17:20:13 +0200 Subject: Better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73105a..3c615db 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ uri"$scheme://$subdomains.example.com?x=$vx&$params#$jumpTo" When ending the application, make sure to call `handler.close()`, which will free up resources used by the backend (if any). The close process might be -asynchronous, and can complete only after the `close()` method returns. +asynchronous, that is it can complete after the `close()` method returns. Note that only resources allocated by the handlers are freed. For example, if you use the `AkkaHttpHandler()` the `close()` method will terminate the -- cgit v1.2.3