Update MIGRATION.md [skip ci]

This commit is contained in:
Chen Asraf
2022-02-14 23:31:52 +02:00
committed by GitHub
parent 819f84e5ca
commit d0a0db0f82

View File

@@ -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