diff --git a/docs/n00b-overview.md b/docs/n00b-overview.md index 51483aae2..a5029259b 100644 --- a/docs/n00b-overview.md +++ b/docs/n00b-overview.md @@ -17,7 +17,9 @@ And end up getting this in the documentation: Most of the stuff I need to visualize can be scripted like this, with a varitety of different symbols and chart types. Since the diagram source is text based, it can be part of production scripts (and other pieces of code). So less time needs be spent on documenting as a separate task. -Comparing with Visio and similar applications, mermaid is a really fast and simple way to create good visualizations when writing documentation. This is especially apparent when a complex visualisation needs to be edited, which could take hours in a desktop application. With mermaid I can spend a fraction of that time automating the diagram generation and end up saving even more time. I love it! +Comparing with Visio and similar applications, mermaid is a really fast and simple way to create good visualizations. This is especially apparent when a complex visualisation needs to be edited, which could take me hours in a desktop application. + +With mermaid I can spend a fraction of that time automating the diagram generation and end up saving even more time. I love it! However, a lot of the mermaid documentation is geared to professional developers and presumes a skill set which I do not have.