Skip to content

Commit 58f7c1f

Browse files
committed
readme update for removing title
1 parent 1239f01 commit 58f7c1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ For any other app, follow the scheme outlined in the blog post. Previous version
1616
ember install ember-page-title
1717
```
1818

19+
#### Post Install Cleanup
20+
21+
As of v3.0.0 this addon maintains the page title by using the
22+
`<title>` tag in your document's `<head>`. This is necessary for
23+
[FastBoot](https://github.com/tildeio/ember-cli-fastboot)
24+
compatibility.
25+
26+
For proper functioning you will need to remove the default `<title>`
27+
tag from `app/index.html`.
28+
1929
### Digging in
2030

2131
[Visit the Docs site](http://tim-evans.github.io/ember-page-title/)

0 commit comments

Comments
 (0)