From 6d6e451d8214634055f09f0ea45ee9308234b6d8 Mon Sep 17 00:00:00 2001 From: Dave Willenberg Date: Wed, 20 Feb 2019 14:04:53 +0100 Subject: [PATCH] Remove deprecated config option from example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b545901..d438ef2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ plugins: [ site: `your-site.lol`, enabledPatterns: `omg.your-site.lol/*,example.your-site.lol/crazy/pattern/*`, disabledPatterns: `example.your-site.lol/crazy/pattern/ignore-me-tho`, - clearRoutes: true, verbose: true, // See 'Configuration' below for additional options }