diff --git a/README.md b/README.md index e8ffba65cb..01e5057927 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For a more detailed introduction to Mermaid and some of its more basic uses, loo __The following are some examples of the diagrams, charts and graphs that can be made using Mermaid and the Markdown-inspired text specific to it. Click here jump into the [text syntax](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference).__ -## Flowchart [docs - live editor] +## Flowchart [docs - live editor] ``` flowchart LR @@ -55,7 +55,7 @@ C -->|Two| E[Result 2] ``` -## Sequence diagram [docs - live editor] +## Sequence diagram [docs - live editor] ``` sequenceDiagram @@ -80,7 +80,7 @@ John->>Bob: How about you? Bob-->>John: Jolly good! ``` -## Gantt chart [docs - live editor] +## Gantt chart [docs - live editor] ``` gantt @@ -103,7 +103,7 @@ gantt Parallel 4 : des6, after des4, 1d ``` -## Class diagram [docs - live editor] +## Class diagram [docs - live editor] ``` classDiagram @@ -142,7 +142,7 @@ class Class10 { } ``` -## State diagram [docs - live editor] +## State diagram [docs - live editor] ``` stateDiagram-v2 [*] --> Still @@ -162,7 +162,7 @@ Moving --> Crash Crash --> [*] ``` -### Pie chart [docs - live editor] +### Pie chart [docs - live editor] ``` pie @@ -179,7 +179,7 @@ pie ## Git graph [experimental - live editor] -## User Journey diagram [docs - live editor] +## User Journey diagram [docs - live editor] ``` journey title My working day @@ -220,8 +220,8 @@ To report a vulnerability, please e-mail security@mermaid.live with a descriptio ## Appreciation A quick note from Knut Sveidqvist: ->*Many thanks to the [d3](http://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries!* ->*Thanks also to the [js-sequence-diagram](http://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the sequence diagrams. Thanks to Jessica Peter for inspiration and starting point for gantt rendering.* +>*Many thanks to the [d3](https://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries!* +>*Thanks also to the [js-sequence-diagram](https://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the sequence diagrams. Thanks to Jessica Peter for inspiration and starting point for gantt rendering.* >*Thank you to [Tyler Long](https://github.com/tylerlong) who has been a collaborator since April 2017.* > >*Thank you to the ever-growing list of [contributors](https://github.com/knsv/mermaid/graphs/contributors) that brought the project this far!* diff --git a/README.zh-CN.md b/README.zh-CN.md index eb15d1a3a9..b1f44fcf5d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -36,7 +36,7 @@ __下面是一些使用 Mermaid 和类 Markdown 语法创建的图表示例。 流程图
- [文档 - live editor] + [文档 - live editor]
@@ -54,7 +54,7 @@ C -->|Two| E[Result 2]
 
 
     时序图
- [文档 - live editor] + [文档 - live editor]
@@ -76,7 +76,7 @@ Bob-->>John: Jolly good!
 
 
     甘特图
- [文档 - live editor] + [文档 - live editor]
@@ -97,7 +97,7 @@ Parallel 4   :         des6, after des4, 1d
 
 
     类图
- [文档 - live editor] + [文档 - live editor]
@@ -126,7 +126,7 @@ class Class10 {
 
 
     状态图
- [文档 - live editor] + [文档 - live editor]
@@ -146,7 +146,7 @@ Crash --> [*]
 
 
     饼图
- [文档 - live editor] + [文档 - live editor]
@@ -172,7 +172,7 @@ pie
 
 
     用户体验旅程图
- [文档 - live editor] + [文档 - live editor] @@ -213,8 +213,8 @@ Mermaid 是一个不断发展中的社区,并且还在接收新的贡献者。 ## 鸣谢 来自 Knut Sveidqvist: ->*特别感谢 [d3](http://d3js.org/) 和 [dagre-d3](https://github.com/cpettitt/dagre-d3) 这两个优秀的项目,它们提供了图形布局和绘图工具库! * ->*同样感谢 [js-sequence-diagram](http://bramp.github.io/js-sequence-diagrams) 提供了时序图语法的使用。 感谢 Jessica Peter 提供了甘特图渲染的灵感。* +>*特别感谢 [d3](https://d3js.org/) 和 [dagre-d3](https://github.com/cpettitt/dagre-d3) 这两个优秀的项目,它们提供了图形布局和绘图工具库! * +>*同样感谢 [js-sequence-diagram](https://bramp.github.io/js-sequence-diagrams) 提供了时序图语法的使用。 感谢 Jessica Peter 提供了甘特图渲染的灵感。* >*感谢 [Tyler Long](https://github.com/tylerlong) 从 2017年四月开始成为了项目的合作者。* > >*感谢越来越多的 [贡献者们](https://github.com/knsv/mermaid/graphs/contributors),没有你们,就没有这个项目的今天!*