From b98c97b788e7e46896f1aec1e1941c2efbee57ca Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 27 Mar 2021 21:27:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532df7a..4d017c0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ In the example below you can see how, and also what the default settings are. ##### `config/plugins.js`: module.exports = ({ env }) => ({ // ... - 'config-sync: { + 'config-sync': { destination: "extensions/config-sync/files/", minify: false, importOnBootstrap: false,