From 07e847497cb00df5529717a6a854cee9511cabeb Mon Sep 17 00:00:00 2001 From: Insality Date: Thu, 9 Apr 2020 22:33:13 +0300 Subject: [PATCH] Update docs md --- docs_md/02-creating_custom_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_md/02-creating_custom_components.md b/docs_md/02-creating_custom_components.md index 07fd051..0b05e9e 100644 --- a/docs_md/02-creating_custom_components.md +++ b/docs_md/02-creating_custom_components.md @@ -2,7 +2,7 @@ ## Overview -Druid allows you to create your custom components from druid basic components or other custom components +Druid allows you to create your custom components from druid basic components or other custom components. Read the [basic component API here].(https://insality.github.io/druid/modules/component.html) ## Custom components