Skip to content

Commit ee3fcbf

Browse files
authored
fix: update readme
1 parent 5936779 commit ee3fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
A Vue.js component that turns a Mermaid string into a diagram.
5454
<!-- /DESCRIPTION -->
5555

56-
ℹ️ <sup>There is also [vue-mermaid](https://github.com/robin1liu/vue-mermaid), which works a bit differently. Structured data are passed to the component and the diagram string is generated behind the scenes. This component uses the diagram string directly, which is why it is called `vue-mermaid-string`. The advantage is that it always supports the latest language standard and is easier to use if you have an existing diagram. Depends on your use case which fits better.</sup>
56+
In contrast to [vue-mermaid](https://github.com/robin1liu/vue-mermaid), which works by passing structured data to it, this component uses the diagram string directly. The advantage is that it always supports the latest language standard and is easier to use if you have an existing diagram. Depends on your use case which fits better.
5757

5858
<!-- INSTALL/ -->
5959
## Install via a package manager

0 commit comments

Comments
 (0)