From 42d7ae0f9aaca809df53a1cc27515eb87b7aac4b Mon Sep 17 00:00:00 2001 From: Thomas Koppelaar <36331365+thomaskoppelaar@users.noreply.github.com> Date: Sat, 28 Mar 2020 01:26:19 +0100 Subject: [PATCH] Update dependencies list in README (#1269) Changed 'Unknown' to 'MIT License' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5370a146..9ed99221 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ In VNote, almost everything is configurable, such as background color, font, and - [markdown-it-container 2.0.0](https://github.com/markdown-it/markdown-it-container) (MIT License) - [mermaid 7.0.0](https://github.com/knsv/mermaid) (MIT License) - [MathJax](https://www.mathjax.org/) (Apache-2.0) -- [showdown](https://github.com/showdownjs/showdown) (Unknown) +- [showdown](https://github.com/showdownjs/showdown) (MIT License) - [flowchart.js](https://github.com/adrai/flowchart.js) (MIT License) - [PlantUML](http://plantuml.com/) (MIT License) - [dom-to-image](https://github.com/tsayen/dom-to-image) (MIT License)