Skip to content

Commit bdabda9

Browse files
authored
Update README.md
1 parent 4954e9d commit bdabda9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Ember-cli-head [![Build Status](https://travis-ci.org/ronco/ember-cli-head.svg?branch=master)](https://travis-ci.org/ronco/ember-cli-head)
1+
# ember-cli-head [![Build Status](https://travis-ci.org/ronco/ember-cli-head.svg?branch=master)](https://travis-ci.org/ronco/ember-cli-head)
22

33
This addon adds easy population of head tags from your Ember code
4-
without any direct hacky dom manipulation. This addon also provides
4+
without any direct hacky DOM manipulation. This addon also provides
55
[ember-cli-fastboot](https://github.com/tildeio/ember-cli-fastboot)
6-
compatability for generating head tags in server rendered apps.
6+
compatibility for generating head tags in server-rendered apps.
77

88
The hope is that Ember itself will provide a mechanism for populating
99
head tags from your app at some time in the future. Until then this
@@ -21,7 +21,7 @@ And add `{{head-layout}}` to the top of your application template.
2121

2222
#### Version
2323
Take into account that version >= 0.3 of this addon require Ember 2.10+ and fastboot >=1.0.rc1
24-
Please use 0.2.X if you don't fulfull both requirements.
24+
Please use 0.2.X if you don't fulfill both requirements.
2525

2626
## Usage
2727

@@ -105,9 +105,9 @@ This will result in a document along the lines of:
105105

106106
### Fastboot Only
107107

108-
The primary need for this library is to support various bots and web crawlers. To that end the head content is only truly needed in a server rendered (ie FastBoot) environment. However by default the library will keep the head content in sync with any transitions/data changes that occur in your Ember App while running in the browser. This can be useful for development and/or debugging.
108+
The primary need for this library is to support various bots and web crawlers. To that end the head content is only truly needed in a server rendered (i.e. FastBoot) environment. However, by default the library will keep the head content in sync with any transitions/data changes that occur in your Ember App while running in the browser. This can be useful for development and/or debugging.
109109

110-
If you do not wish to have the head content "live" while running in browser you can restrict this library to work only in FastBoot by adding the following to your `config/environment.js`:
110+
If you do not wish to have the head content "live" while running in browser you can restrict this library to only work in FastBoot by adding the following to your `config/environment.js`:
111111

112112
```javascript
113113
module.exports = function(environment) {

0 commit comments

Comments
 (0)