Skip to content

Commit c2ca657

Browse files
committed
Fix markdown lint
1 parent 713e0ec commit c2ca657

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

33
Widget to display dots indicator to show a position (for a pageview for example).
44

5-
# Installation
5+
## Installation
66

77
You just need to add `dots_indicator` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
88

@@ -11,7 +11,7 @@ dependencies:
1111
dots_indicator: ^0.0.4
1212
```
1313
14-
# Example
14+
## Example
1515
1616
In these example, `pageLength` is the total of dots to display and `currentIndexPage` is the position to hightlight (the active dot).
1717

@@ -86,5 +86,4 @@ new DotsIndicator(
8686
position: currentIndexPage,
8787
dotSpacing: const EdgeInsets.all(10.0)
8888
)
89-
```
90-
89+
```

0 commit comments

Comments
 (0)