Skip to content

Commit 35b977d

Browse files
committed
updated text.
1 parent 4c13e34 commit 35b977d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
## Overview
1717

18-
[**Note:** This project is currently a **_work-in-progress_**. No npm package has been published yet. The source code is probably broken.]
19-
2018
This is a `markdown-it` markdown parser plugin to create uml diagrams from text, based on plantuml, mermaid, etc.
2119

2220
At this point the following textual uml offerings are supported:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "markdown-it-textual-uml",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
5-
"description": "Markdown-it markdown parser plugin to create uml diagrams based on textual uml offerings such as plantuml, mermaid, etc.",
5+
"description": "Markdown-it markdown parser plugin to create uml diagrams from text, based on plantuml, mermaid, etc.",
66
"main": "src/index.js",
77
"scripts": {
88
"test": "mocha --require reify test/tests.js",

0 commit comments

Comments
 (0)