Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit cdbf681

Browse files
author
Zeno Rocha
committed
Better placeholders for username/repo
1 parent 228dff9 commit cdbf681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
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

1313
Install 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
2929
2. 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

3535
3. 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

0 commit comments

Comments
 (0)