From 7a004ac2b1907d50fae9d1c9568e42acab5ef87c Mon Sep 17 00:00:00 2001 From: MaTeMaTuK Date: Fri, 24 Jul 2020 10:34:35 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 076d2b3..4d4a6e1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You may handle actions ## Gantt Configuration -- **GanttProps** +### GanttProps | Parameter Name | Type | Required | Description | | ------------------------------- | :-------- | :------- | :------------------------------------------------------------------------------------ | @@ -44,7 +44,7 @@ You may handle actions | [DisplayOption](#DisplayOption) | interface | No | Specifies the function to be executed when drag bar`s event on timeline has finished. | | StylingOption | interface | No | Specifies the function to be executed when drag bar`s progress event has finished | -- **EventOption** +### EventOption | Parameter Name | Type | Required | Description | | ---------------- | :-------------------------------- | :------- | :------------------------------------------------------------------------------------ | @@ -54,7 +54,7 @@ You may handle actions | onProgressChange | (task: Task) => void/Promise | No | Specifies the function to be executed when drag bar`s progress event has finished | | timeStep | number | No | A time step value for onDateChange. Specify in milliseconds | -- **DisplayOption** +### DisplayOption | Parameter Name | Type | Required | Description | | -------------- | :----- | :------- | :--------------------------------------------------------------------------------------------- |