aboutsummaryrefslogtreecommitdiff
path: root/flow-samples
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-09 13:35:10 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-12 22:37:15 +0200
commit66ebda90a80f7429ca34b6cce2826a6b132d77f0 (patch)
tree8078bee5ab17e255f7c3e214ae11904a9b0ff2aa /flow-samples
parent9b25ed521ad6ae7c54b83e47175b5589dae255cd (diff)
downloadakka-serial-66ebda90a80f7429ca34b6cce2826a6b132d77f0.tar.gz
akka-serial-66ebda90a80f7429ca34b6cce2826a6b132d77f0.tar.bz2
akka-serial-66ebda90a80f7429ca34b6cce2826a6b132d77f0.zip
update documentation
Diffstat (limited to 'flow-samples')
-rw-r--r--flow-samples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow-samples/README.md b/flow-samples/README.md
new file mode 100644
index 0000000..aa6e7d4
--- /dev/null
+++ b/flow-samples/README.md
@@ -0,0 +1 @@
+This directory contains fully functional application examples of flow. To run an example, change to the base directory of flow (this parent's directory) and run `sbt flow-samples-<sample_name>/run`.