From 22bcd94e8af3bc9674b1fd3e37576acb10888041 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Mon, 30 Mar 2015 01:05:00 -0400 Subject: [PATCH] Remove Trailing Slash from Arbitrary Paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27af49c..dcd7302 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ What we are doing here is mostly collecting useful snippets from all over the in - [Force HTTPS Behind a Proxy](#force-https-behind-a-proxy) - [Force Trailing Slash](#force-trailing-slash) - [Remove Trailing Slash](#remove-trailing-slash) - - [Remove Trailing Slash from Arbitary Paths](#remove-trailing-slash-from-arbitrary-paths) + - [Remove Trailing Slash from Arbitrary Paths](#remove-trailing-slash-from-arbitrary-paths) - [Redirect a Single Page](#redirect-a-single-page) - [Alias a Single Directory](#alias-a-single-directory) - [Alias Paths to Script](#alias-paths-to-script)