Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Update readme.md #12

Merged
merged 1 commit into from
Jan 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![GitHub version](https://badge.fury.io/gh/SvenWiltink%2FCodeFlow.svg)](https://badge.fury.io/gh/SvenWiltink%2FCodeFlow)
[![PyPI version](https://badge.fury.io/py/CodeFlow.svg)](https://badge.fury.io/py/CodeFlow)
[![Build Status](https://travis-ci.org/SvenWiltink/CodeFlow.svg?branch=master)](https://travis-ci.org/SvenWiltink/CodeFlow) [![Coverage Status](https://coveralls.io/repos/SvenWiltink/CodeFlow/badge.svg?branch=master&service=github)](https://coveralls.io/github/SvenWiltink/CodeFlow?branch=master)
Welcome to PyFlow!
===================
Expand All @@ -19,4 +21,4 @@ I have provided an example in the example dir. It is quite straight forward and
sven@GLaDOS ~/downloads/PyFlow> python example
```

It will output ```gotta love this magic``` if it reaches the doMagic state and as well as the success value in the last state.
It will output ```gotta love this magic``` if it reaches the doMagic state and as well as the success value in the last state.