Skip to content

Commit

Permalink
Fix graph 'size' typo in digraph example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hollasch committed Feb 6, 2018
1 parent 8cfde96 commit 3fd75e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use this syntax: ```![Alt text](https://g.gravizo.com/source/<custom_mark>?<url_
<summary></summary>
custom_mark10
digraph G {
aize ="4,4";
size ="4,4";
main [shape=box];
main -> parse [weight=8];
parse -> execute;
Expand All @@ -37,7 +37,7 @@ custom_mark10
<summary></summary>
custom_mark10
digraph G {
aize ="4,4";
size ="4,4";
main [shape=box];
main -> parse [weight=8];
parse -> execute;
Expand Down

0 comments on commit 3fd75e7

Please sign in to comment.