Skip to content

Commit c7d4c43

Browse files
committed
Merge branch 'main' into develop
2 parents 1d1d021 + 1899d61 commit c7d4c43

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<p align="center">A powerful & easy to use timeline package for Flutter! 🚀</p>
1616

17-
> ***Caveat***: This package is an early stage. Not enough testing has been done to guarantee stability. And some apis can be change.
17+
> ***Caveat***: This package is an early stage. Not enough testing has been done to guarantee stability. Some APIs may change.
1818
1919
# Examples
2020

@@ -28,7 +28,7 @@ Check it out on the [web](https://chulwoo.dev/timelines/) or look at the [source
2828

2929
# Features
3030

31-
### The [timeline](https://github.com/chulwoo-park/timelines/tree/main#Components) and each [components](https://github.com/chulwoo-park/timelines/tree/main#Components) are all WIDGET.
31+
### The [timeline](#timeline) and each [components](#components) are all WIDGET.
3232

3333
* Common styles can be easily implemented with predefined components.
3434
* Vertical, horizontal direction.
@@ -38,16 +38,16 @@ Check it out on the [web](https://chulwoo.dev/timelines/) or look at the [source
3838

3939
# Getting started
4040

41-
- [Installation](https://github.com/chulwoo-park/timelines/tree/main#installation)
42-
- [Basic Usage](https://github.com/chulwoo-park/timelines/tree/main#Basic-Usage)
43-
- [Components](https://github.com/chulwoo-park/timelines/tree/main#Components)
44-
- [Theme](https://github.com/chulwoo-park/timelines/tree/main#Theme)
45-
- [Indicator](https://github.com/chulwoo-park/timelines/tree/main#Indicator)
46-
- [Connector](https://github.com/chulwoo-park/timelines/tree/main#Connector)
47-
- [TimelineNode](https://github.com/chulwoo-park/timelines/tree/main#TimelineNode)
48-
- [TimelineTile](https://github.com/chulwoo-park/timelines/tree/main#TimelineTile)
49-
- [TimelineTileBuilder](https://github.com/chulwoo-park/timelines/tree/main#TimelineTileBuilder)
50-
- [Timeline](https://github.com/chulwoo-park/timelines/tree/main#Timeline)
41+
- [Installation](#installation)
42+
- [Basic Usage](#basic-usage)
43+
- [Components](#components)
44+
- [Theme](#theme)
45+
- [Indicator](#indicator)
46+
- [Connector](#connector)
47+
- [TimelineNode](#timelinenode)
48+
- [TimelineTile](#timelinetile)
49+
- [Timeline](#timeline)
50+
- [TimelineTileBuilder](#timelinetilebuilder)
5151

5252
## Installation
5353

@@ -297,7 +297,7 @@ TimelineTile(
297297

298298
### TimelineTileBuilder
299299

300-
TImelineTileBuilder provides powerful build features.
300+
TimelineTileBuilder provides powerful build features.
301301

302302
#### Connection
303303

0 commit comments

Comments
 (0)