From 3fe0a05ed6264481e1b2fbe62fe5da7c5345741e Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 9 Jun 2014 16:23:52 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc9e11..fc4bf8c 100644 --- a/README.md +++ b/README.md @@ -140,11 +140,11 @@ List of regular expressions to be matched against URLs **and** URIs to ignore th #### redirected_urls -Array of URLs and/or URIs to redirect and their redirect URI/URL (**example**: `{ "/", "example.org/subpath" }`) +Array of URLs and/or URIs to redirect and their redirect URI/URL (**example**: `{ "/": "example.org/subpath" }`) #### redirected_regex -Array of regular expressions to be matched against URLS **and** URIs and their redirect URI/URL (**example**: `{ "example.org/megusta$", "example.org/subpath" }`) +Array of regular expressions to be matched against URLS **and** URIs and their redirect URI/URL (**example**: `{ "example.org/megusta$": "example.org/subpath" }`) #### users