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