Skip to content

Commit

Permalink
docs: fix typo and readme urls (chulwoo-park#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akora-IngDKB authored Dec 21, 2020
1 parent 76370bb commit 1899d61
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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

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

# Features

### 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.
### The [timeline](#timeline) and each [components](#components) are all WIDGET.

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

# Getting started

- [Installation](https://github.com/chulwoo-park/timelines/tree/main#installation)
- [Basic Usage](https://github.com/chulwoo-park/timelines/tree/main#Basic-Usage)
- [Components](https://github.com/chulwoo-park/timelines/tree/main#Components)
- [Theme](https://github.com/chulwoo-park/timelines/tree/main#Theme)
- [Indicator](https://github.com/chulwoo-park/timelines/tree/main#Indicator)
- [Connector](https://github.com/chulwoo-park/timelines/tree/main#Connector)
- [TimelineNode](https://github.com/chulwoo-park/timelines/tree/main#TimelineNode)
- [TimelineTile](https://github.com/chulwoo-park/timelines/tree/main#TimelineTile)
- [TimelineTileBuilder](https://github.com/chulwoo-park/timelines/tree/main#TimelineTileBuilder)
- [Timeline](https://github.com/chulwoo-park/timelines/tree/main#Timeline)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Components](#components)
- [Theme](#theme)
- [Indicator](#indicator)
- [Connector](#connector)
- [TimelineNode](#timelinenode)
- [TimelineTile](#timelinetile)
- [Timeline](#timeline)
- [TimelineTileBuilder](#timelinetilebuilder)

## Installation

Expand Down Expand Up @@ -294,7 +294,7 @@ TimelineTile(

### TimelineTileBuilder

TImelineTileBuilder provides powerful build features.
TimelineTileBuilder provides powerful build features.

#### Connection

Expand Down

0 comments on commit 1899d61

Please sign in to comment.