diff --git a/readme.md b/readme.md index 07136ae..127f10f 100644 --- a/readme.md +++ b/readme.md @@ -160,6 +160,7 @@ const mainConfig = new Conf({ } }); + const secondConfig = new Conf({ beforeEachMigration: (store, context) => { console.log(`[second-config] migrate from ${context.fromVersion} → ${context.toVersion}`);