Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arconamagi authored Feb 9, 2019
1 parent bdd34fc commit ec1a106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ module.exports = {
],
root: path.resolve(__dirname),
alias: aliasEmberDirs({
'src': 'app'
'myapp': 'app'
// your application alias folders
// for example: 'src': 'app', will allow you to `import { foo } from 'src/bar';`
// where 'src/bar' is located in `app/bar` folder.
// for example: 'myapp': 'app', will allow you to `import { foo } from 'myapp/bar';`
// where 'myapp/bar' is located in `app/bar` folder.
})
}
};
Expand Down

0 comments on commit ec1a106

Please sign in to comment.