diff --git a/README.md b/README.md index 79b42f984..db1ddc3ce 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ English | [简体中文](./README.zh-CN.md) :trophy: **Mermaid was nominated and won the [JS Open Source Awards (2019)](https://osawards.com/javascript/2019) in the category "The most exciting use of technology"!!!** + + **Thanks to all involved, people committing pull requests, people answering questions! 🙏** Explore Mermaid.js in depth, with real-world examples, tips & tricks from the creator... The first official book on Mermaid is available for purchase. Check it out! @@ -39,9 +41,8 @@ __The following are some examples of the diagrams, charts and graphs that can be ### Flowchart [docs - live editor] ``` -flowchart LR -title Example flow chart -accDescripton Flow chart showing examples of node usage +flowchart LR + A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1]