Skip to content

Commit

Permalink
Add space for ascii graphic and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Oct 23, 2014
1 parent c33800c commit 426fb31
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ For example, given the following structure:
app.js
router.js
controllers/
|_user.js
|_user/
|_new.js
|_ user.js
|_ user/
|_ new.js
views/
|_profile.js
|_ profile.js
mixins/
|_draggable.js
|_ draggable.js
models/
pods/
|_application
|_index
|_template.hbs
|_post/
|_route.js
|_index/
|_template.hbs
|_controller.js
|_edit/
|_template.hbs
|_route.js
|_ application
|_ index
|_ template.hbs
|_ post/
|_ route.js
|_ index/
|_ template.hbs
|_ controller.js
|_ edit/
|_ template.hbs
|_ route.js
```

Emberate can be used to generate a file that can be used as the
Expand Down

0 comments on commit 426fb31

Please sign in to comment.