Skip to content

Commit

Permalink
Merge pull request #81 from Grahack/patch-1
Browse files Browse the repository at this point in the history
Flowchart doc: Text in the circle now in a circle
  • Loading branch information
knsv committed Jan 1, 2015
2 parents acc59e3 + 09adb03 commit 4393a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ graph LR

```
graph LR
id1(This is the text in the circle)
id1((This is the text in the circle))
```

### A node in an asymetric shape
Expand Down Expand Up @@ -223,4 +223,4 @@ graph LR
B --> C{Decision}
C -->|One| D[Result one]
C -->|Two| E[Result two]
```
```

0 comments on commit 4393a8e

Please sign in to comment.