From 68645cf12e96513e630a7784a614d7e57aa45846 Mon Sep 17 00:00:00 2001 From: Richard Maisano Date: Mon, 6 Aug 2018 16:39:56 -0400 Subject: [PATCH] Fix errant ordering in README.md Move the _Long Term Caching_ feature outside of the _Maintainers_ section so it's easier to see. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2641bfe3..e365e0d2 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,10 @@ module.exports = { } ``` +#### Long Term Caching + +For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`. +

Maintainers

@@ -284,10 +288,6 @@ module.exports = {
-#### Long Term Caching - -For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`. - ## License