Skip to content

Commit 9b11396

Browse files
committed
update README with download link.
1 parent 81f6dde commit 9b11396

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,31 @@
99
[Performance Test!](http://liuwenchao.github.io/aha-table/performance.html)
1010

1111

12-
## Usage
12+
## Install
1313

14-
1. Install the component using [Bower](http://bower.io/):
14+
Install the component using [Bower](http://bower.io/):
1515

1616
```sh
1717
$ bower install aha-table --save
1818
```
1919

20-
2. Import Web Components' polyfill:
20+
Or [download as ZIP](https://github.com/liuwenchao/aha-table/archive/master.zip).
21+
22+
## Usage
23+
24+
1. Import Web Components' polyfill:
2125

2226
```html
2327
<script src="bower_components/platform/platform.js"></script>
2428
```
2529

26-
3. Import Custom Element:
30+
2. Import Custom Element:
2731

2832
```html
2933
<link rel="import" href="bower_components/aha-table/dist/aha-table.html">
3034
```
3135

32-
4. Start using it!
36+
3. Start using it!
3337

3438
```html
3539
<aha-table></aha-table>

0 commit comments

Comments
 (0)