Skip to content

Commit d9890c7

Browse files
committed
Update README
1 parent a56d0e0 commit d9890c7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
*~

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FBP protocol examples
22
========================
33

4-
Examples in various languages on how to implement:
4+
[FBP protocol](http://noflojs.org/documentation/protocol/) examples in various languages on how to implement:
55

6-
* FBP or data-flow runtimes
6+
* Exposing FBP or data-flow runtimes. [Python](./python)
77
* (_TODO_) User interfaces / programming tools for FBP runtimes
88
* (_TODO_) A FBP subgraph representation of a non-FBP system
99

python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test

0 commit comments

Comments
 (0)