From d3005290e7c4a3f27dbe73d6a6b846b123b636d1 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Jul 2020 10:47:31 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4d4a6e1..9b02cad 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@

Interactive Gantt Chart for React with TypeScript.

+## Install + +``` +npm install gantt-task-react +``` + ## How to use it ```javascript @@ -33,6 +39,14 @@ You may handle actions /> ``` +## How to run example + +``` +cd ./example +npm install +npm start +``` + ## Gantt Configuration ### GanttProps