Skip to content

Commit c8af86d

Browse files
authored
Update npm installation instructions
1 parent 892fce8 commit c8af86d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ A Client Side Includes tag.
55

66
## Installation
77

8-
Available on [Bower](http://bower.io) as **include-fragment-element**.
9-
108
```
11-
$ bower install include-fragment-element
9+
$ npm install --save include-fragment-element
1210
```
1311

1412
This component is built on the [Web Component](http://webcomponents.org/) stack. Specifically, it requires a feature called [Custom Elements](http://www.html5rocks.com/en/tutorials/webcomponents/customelements/). You'll need to use a polyfill to get this feature today. Either the [Polymer](http://www.polymer-project.org/) or [X-Tag](http://www.x-tags.org/) frameworks supply a polyfill, or you can install the standalone [CustomElements](https://github.com/webcomponents/webcomponentsjs) polyfill.
@@ -84,5 +82,5 @@ A proxy may attempt to fetch and replace the fragment if the request finishes be
8482
- Chrome
8583
- Firefox
8684
- Safari 9+
87-
- Internet Explorer 11+
85+
- Internet Explorer 11
8886
- Microsoft Edge

0 commit comments

Comments
 (0)