Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seflless committed Jan 3, 2016
1 parent fd4de32 commit 46e7f26
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Expand Up @@ -33,21 +33,17 @@ To generate flowcharts, run:
<td>
<pre>
<code>
st=>start: Start|past:>http://www.google.com[blank]
e=>end: Ende:>http://www.google.com
op1=>operation: My Operation|past
op2=>operation: Stuff|current
sub1=>subroutine: My Subroutine|invalid
st=>start: Start
e=>end
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?|approved:>http://www.google.com
c2=>condition: Good idea|rejected
io=>inputoutput: catch something...|request

st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e
or No?:>http://www.google.com
io=>inputoutput: catch something

st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
</code>
</pre>
</td>
Expand Down Expand Up @@ -156,7 +152,7 @@ Diagram(
</pre>
</td>
<td>
<img src="http://francoislaberge.github.io/diagrams/docs/railroad.png" width="400px" />
<img src="http://francoislaberge.github.io/diagrams/docs/railroad.png" width="500px" />
</td>
</tr>
</table>
Expand Down

0 comments on commit 46e7f26

Please sign in to comment.