Skip to content

Commit ce0c08a

Browse files
committed
Update README
1 parent 9c2b035 commit ce0c08a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ This addon provides a helper for changing the title of the page you're on.
88
ember install ember-page-title
99
```
1010

11-
<details>
12-
<summary>Fastboot vs Non-Fastboot Notes</summary>
13-
1411
### Compatibility
1512

1613
* Ember.js v3.12 or above
1714
* Ember CLI v2.13 or above
1815
* Node.js v10 or above
1916

17+
<details>
18+
<summary>Fastboot vs Non-Fastboot Notes</summary>
19+
2020
#### Post Install Cleanup
2121

2222
As of v3.0.0 this addon maintains the page title by using the `<title>` tag in your document's `<head>`. This is necessary for [FastBoot](https://github.com/tildeio/ember-cli-fastboot) compatibility.
@@ -65,7 +65,9 @@ module.exports = function (environment) {
6565

6666
### Upgrading notes for 5.x to 6.x
6767

68-
From 6.x onward, you don't need to have `{{head-layout}}` within your application's `application.hbs` template. If you have `ember-cli-head` as direct dependency on your project, but not used for anything else you can also remove it.
68+
`ember-page-title` no longer requires the usage of `ember-cli-head`.
69+
70+
Please remove `{{head-layout}}` from your application's `application.hbs` route template.
6971

7072
### Upgrading notes for 3.x to 4.x
7173

0 commit comments

Comments
 (0)