From e0be30563837e59ac837480f315838ddce22d7fe Mon Sep 17 00:00:00 2001
From: Marko Zunic <28678851+InfectoOne@users.noreply.github.com>
Date: Fri, 20 Mar 2020 18:06:57 +0100
Subject: [PATCH] Added image to README and updated docs link
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ad290dd..ec78207 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# vue-ganttastic
+
A simple and easy-to-use Gantt chart component for Vue.js
@@ -17,7 +18,7 @@ Use g-gantt-chart in your template, pass the desired chart start an
to the default template slot.
Pass an array containing your bar objects to every row using the bars prop, while specifying the name of the properties in your bar objects that stand for the bar start and bar end time using the props bar-start and bar-end
-For more detailed information, such as how to style the bars or additional configuration options, please refer to the [docs]() on the project's homepage (coming soon).
+For more detailed information, such as how to style the bars or additional configuration options, please refer to the [docs](https://infectoone.github.io/vue-ganttastic-homepage/#/docs) on the project's homepage (coming soon).
The following code showcases a simple usage example in a .vue SFC (Single File Component)
```html