This repository was archived by the owner on Sep 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77## Demo
88
9- [ Check it live!] ( http://webcomponents .github.io/element-boilerplate )
9+ [ Check it live!] ( http://my-user .github.io/my-repo )
1010
1111## Install
1212
1313Install the component using [ Bower] ( http://bower.io/ ) :
1414
1515``` sh
16- $ bower install element-boilerplate --save
16+ $ bower install my-repo --save
1717```
1818
19- Or [ download as ZIP] ( https://github.com/webcomponents/element-boilerplate /archive/master.zip ) .
19+ Or [ download as ZIP] ( https://github.com/my-user/my-repo /archive/master.zip ) .
2020
2121## Usage
2222
@@ -29,7 +29,7 @@ Or [download as ZIP](https://github.com/webcomponents/element-boilerplate/archiv
29292. Import Custom Element:
3030
3131 ```html
32- <link rel =" import" href =" bower_components/element-boilerplate /src/my-element.html" >
32+ <link rel =" import" href =" bower_components/my-repo /src/my-element.html" >
3333 ```
3434
35353. Start using it!
@@ -94,7 +94,7 @@ In order to run it locally you'll need to fetch some dependencies and a basic se
9494
9595## History
9696
97- For detailed changelog, check [Releases](https://github.com/webcomponents/element-boilerplate /releases).
97+ For detailed changelog, check [Releases](https://github.com/my-user/my-repo /releases).
9898
9999## License
100100
You can’t perform that action at this time.
0 commit comments