From 757f13fe35a5aa28b2e07e35152dfd06bfc438ef Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 23 Mar 2018 09:35:52 +0100 Subject: [PATCH] docs(README): link related libraries --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdfe751..e25041d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ innerSVG(g, text); Your favourite module bundler should apply tree-shaking to only include the components your application requires. If you're using CommonJS modules give [common-shake](/~https://github.com/indutny/common-shake) a try. +## Related + +* [min-dom](/~https://github.com/bpmn-io/min-dom) - minimal DOM utility toolbelt +* [min-dash](/~https://github.com/bpmn-io/min-dash) - minimal lodash inspired utility toolbelt + + ## License -MIT \ No newline at end of file +MIT