aboutsummaryrefslogtreecommitdiff
path: root/flow-samples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'flow-samples/README.md')
-rw-r--r--flow-samples/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/flow-samples/README.md b/flow-samples/README.md
index aa6e7d4..5460b4d 100644
--- a/flow-samples/README.md
+++ b/flow-samples/README.md
@@ -1 +1,3 @@
-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`.
+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 samples<SampleName>/run`.
+
+All projects, including samples, can be listed by running `sbt projects`.