From 00aad6301ea23aceca6baee5ac30982fc0d3e1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 31 Aug 2016 13:44:41 +0200 Subject: [PATCH] Typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 343756b..74e1f5c 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ TODO ### 0.8.7 * Use a global version number instead of deleting files for cache purge. -* Add filters `minit-exclude-css` and `minit-exclude-css` to exclude files from Minit. +* Add filters `minit-exclude-css` and `minit-exclude-js` to exclude files from Minit. * Add action `minit-cache-purge-delete` that deletes all Minit files. Can be called from cron, for example. * Call action `minit-cache-purged` when the global cache version number is bumped.