Skip to content

Commit fa1144f

Browse files
committed
Proofread Introduction and Compatibility
1 parent d00a29e commit fa1144f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
# ember-cli-head [![Build Status](https://github.com/ronco/ember-cli-head/workflows/Build/badge.svg?branch=master)](https://github.com/ronco/ember-cli-head/actions?query=branch%3Amaster+workflow%3A%22Build%22)
1+
[![Build Status](https://github.com/ronco/ember-cli-head/workflows/Build/badge.svg?branch=master)](https://github.com/ronco/ember-cli-head/actions?query=branch%3Amaster+workflow%3A%22Build%22)
22

3-
This addon adds easy population of head tags from your Ember code
4-
without any direct hacky DOM manipulation. This addon also provides
5-
[ember-cli-fastboot](https://github.com/tildeio/ember-cli-fastboot)
6-
compatibility for generating head tags in server-rendered apps.
3+
# ember-cli-head
4+
5+
This addon lets you populate `<head>` tag from your Ember code without any direct hacky DOM manipulation. It also provides [ember-cli-fastboot](https://github.com/ember-fastboot/ember-cli-fastboot) compatibility for generating head tags in server-rendered apps.
6+
7+
The hope is that, in the future, Ember will provide a mechanism for populating `<head>` tag from your app. Until then, this addon provides that functionality.
78

8-
The hope is that Ember itself will provide a mechanism for populating
9-
head tags from your app at some time in the future. Until then this
10-
addon provides that functionality.
119

1210
## Compatibility
1311

1412
* Ember.js v2.18 or above
1513
* Ember CLI v2.13 or above
1614
* Node.js v10 or above
1715

16+
1817
## Installation
1918

2019
Install by running

0 commit comments

Comments
 (0)