commit | 82c2dae218b82725ea377e7faa16d3c9baa12b7c | [log] [tgz] |
---|---|---|
author | Justinas Stankevicius <justinas@justinas.me> | Sun May 25 12:54:14 2014 +0300 |
committer | Justinas Stankevicius <justinas@justinas.me> | Sun May 25 12:54:14 2014 +0300 |
tree | c5a1ab28701d930dc40a8c649e13367b63f0f84b | |
parent | 70306a1afa454a0ee55c5c07a5481e1ec821da8f [diff] |
Punctuation!
diff --git a/README.md b/README.md index 76fafa6..32e931e 100644 --- a/README.md +++ b/README.md
@@ -59,7 +59,7 @@ } ``` -Here, the request will pass [throttled](https://github.com/PuerkitoBio/throttled) first +Here, the request will pass [throttled](https://github.com/PuerkitoBio/throttled) first, then an http.TimeoutHandler we've set up, then [nosurf](https://github.com/justinas/nosurf) and will finally reach our handler.