diff --git a/README.md b/README.md
index 5d315d56..1c942389 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,9 @@
Overview
-Routes and middleware are added to a `Router` instance with `.use`, `.addRoute` or `.get/post/put/delete`. The router is then used with your web server of choice, e.g. `Deno.serve`!
+Routes and middleware are added to a `Router` instance with `.use`, `.addRoute` or `.get/post/put/delete`.
+
+The router is then used with your web server of choice, e.g. `Deno.serve`!
```js
import * as Peko from "https://deno.land/x/peko/mod.ts";