From 1899d61a395b072703e382d5cf0199f92c130d5b Mon Sep 17 00:00:00 2001 From: "Akora Ing. Debrah Kwesi Buabeng" Date: Mon, 21 Dec 2020 14:12:27 +0000 Subject: [PATCH] docs: fix typo and readme urls (#28) --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5fb7afa..9093d9e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

A powerful & easy to use timeline package for Flutter! 🚀

-> ***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 @@ -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. @@ -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 @@ -294,7 +294,7 @@ TimelineTile( ### TimelineTileBuilder -TImelineTileBuilder provides powerful build features. +TimelineTileBuilder provides powerful build features. #### Connection