Skip to content

Commit 2c2b539

Browse files
Use ember-octane-app-blueprint
1 parent 862f59d commit 2c2b539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ to boot an application in order to boot it.
3333
### Booting a migrated app
3434

3535
The 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)
3737
on 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
```
5252
Additionally any component names not in a template are not recognized by the
5353
migrator. For example if you have a computed property that returns the

0 commit comments

Comments
 (0)