From d0a0db0f82e92fe524a8a596d0c3234eed977c05 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Mon, 14 Feb 2022 23:31:52 +0200 Subject: [PATCH] Update MIGRATION.md [skip ci] --- MIGRATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MIGRATION.md b/MIGRATION.md index 48567ce..b0ff10f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -5,6 +5,7 @@ between versions. With these notable exceptions: - Some of the argument names have changed - Template syntax has been improved +- The command to run Scaffold has been simplified from `new SimpleScaffold(opts).run()` to `SimpleScaffold(opts)`, which now returns a promise that you can await to know when the process has been completed. ## Argument changes