File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ to boot an application in order to boot it.
3333### Booting a migrated app
3434
3535The best path forward is to run the
36- [ ember-module-unification- blueprint] ( https://github.com/emberjs /ember-module-unification -blueprint )
36+ [ ember-octane- blueprint] ( https://github.com/ember-cli /ember-octane -blueprint )
3737on the converted app:
3838
3939``` sh
@@ -47,7 +47,7 @@ on the converted app:
4747# bower install --save components/ember#canary
4848#
4949# If you are already running 2.14, you can jump right to the command:
50- ember init -b ember-module-unification -blueprint
50+ ember init -b ember-octane-app -blueprint
5151```
5252Additionally any component names not in a template are not recognized by the
5353migrator. For example if you have a computed property that returns the
You can’t perform that action at this time.
0 commit comments