Skip to content

Commit aaffc5c

Browse files
committed
Fixed some mistakes in docs
1 parent f2cf854 commit aaffc5c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# paper-pager
55

6-
TODO: Write a project description
6+
`paper-pager` is a Material Design page indicator that adapts to provided variables
7+
and sets `selected` as user clicks on it.
78

89
## Installation
910

@@ -26,7 +27,8 @@ Import the element and then just use it as normal element.
2627
```
2728
-->
2829
```
29-
<paper-pager></paper-pager>
30+
<paper-pager dark></paper-pager>
31+
<!-- `dark` attribute is only for visibility on white background -->
3032
```
3133

3234
## Contributing

paper-pager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Example:
1111
12-
<paper-pager items-count="3" selected="{{selected}}></paper-pager>
12+
<paper-pager items-count="3" selected="{{selected}}"></paper-pager>
1313
1414
### Styling
1515

0 commit comments

Comments
 (0)