Skip to content

Commit 034adf5

Browse files
committed
Proofread Installation
1 parent fa1144f commit 034adf5

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,25 @@ The hope is that, in the future, Ember will provide a mechanism for populating `
1818

1919
Install by running
2020

21-
```
21+
```bash
2222
ember install ember-cli-head
2323
```
2424

25-
And add `<HeadLayout />` to the top of your application template.
25+
Then, add `<HeadLayout />` to the top of your application template.
26+
27+
```handlebars
28+
{{!-- app/templates/application.hbs --}}
29+
30+
<HeadLayout />
31+
32+
{{outlet}}
33+
```
34+
35+
36+
### Version
37+
38+
Take into account that version >= 0.3 of this addon require Ember 2.10+ and fastboot >=1.0.rc1. Please use 0.2.X if you don't fulfill both requirements.
2639

27-
#### Version
28-
Take into account that version >= 0.3 of this addon require Ember 2.10+ and fastboot >=1.0.rc1
29-
Please use 0.2.X if you don't fulfill both requirements.
3040

3141
## Usage
3242

0 commit comments

Comments
 (0)