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.