Skip to content

Commit ec82046

Browse files
authored
add demo
1 parent 8cf6228 commit ec82046

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44

55
A flip clock, timer and countdown made with [Polymer](http://polymer-project.org) and [Moment.js](https://github.com/moment/momentjs.com)
66

7-
## Documentation and Demo
7+
## Demo
88

9-
See the [component page](http://Granze.github.io/flip-clock) for more information.
10-
11-
## Screenshot
12-
13-
![Flip Clock](http://i.imgur.com/r5RBxL1.png)
9+
<!---
10+
```
11+
<custom-element-demo>
12+
<template>
13+
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
14+
<link rel="import" href="flip-clock.html">
15+
<next-code-block></next-code-block>
16+
</template>
17+
</custom-element-demo>
18+
```
19+
-->
20+
```html
21+
<flip-clock>...</flip-clock>
22+
```
1423

1524
## Installation
1625

@@ -20,16 +29,6 @@ Install using [Bower](http://bower.io):
2029
bower install flip-clock
2130
```
2231

23-
##test
24-
25-
Install [web-component-tester](https://github.com/Polymer/web-component-tester) globally
26-
27-
```shell
28-
npm install -g web-component-tester
29-
```
30-
31-
cd in the flip-clock folder and run ```wct```. That's it!
32-
3332
## License
3433

3534
[MIT License](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)