From fe315a5c32749c8e527a496bbc6a0c4ab27d112e Mon Sep 17 00:00:00 2001 From: "Michael F. Ward" Date: Fri, 7 Sep 2018 13:12:05 -0700 Subject: [PATCH] Update README.md I think that you meant to have those as smaller headers? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6383b2a..596a762 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Handles common trailing slash issues for incoming URLs ## -###register like so:### +### register like so: ### ```javascript var module = require("hapi-trailing-slash"); @@ -18,7 +18,7 @@ server.register({ }); ``` -###options are:### +### options are: ### * 'append' -- detects incoming requests that have no trailing slash, adds one, and redirects to the new url * 'remove' -- detects incoming requests with a trailing slash, removes it, and redirects to the new url