summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talk.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/talk.md b/talk.md
index 23b4bb1..1937935 100644
--- a/talk.md
+++ b/talk.md
@@ -12,8 +12,7 @@ acceptance criteria for a system or project, and how they should be
understand these.
It's not easy. Subplot can't do it alone. You still have to write text
-that
-everyone understands.
+that everyone understands.
https://subplot.liw.fi/
@@ -50,7 +49,7 @@ This is a simple acceptance test suite for the
# No arguments
Run `/bin/echo` without arguments.
-```fable
+```subplot
when user runs echo without arguments
then exit code is 0
and standard output contains a newline
@@ -113,9 +112,11 @@ criteria. Typesets scenario text, later maybe other
things.
Relies on the `pandoc` and `pandoc_ast` crates for
-typesetting, `structopt` for command line handling
+typesetting, `structopt` for command line handling.
-Really quite simple
+Really quite simple for now.
+
+On crates.io as subplot, but very, very ALPHA level.
---
@@ -260,7 +261,7 @@ people who use Subplot, or might want to.
---
-Free software. GPL3+
+Free software. GPL3+ mostly.
Won't affect the licensing of the outputs. OK to use for developing proprietary
systems, but Subplot itself will remain free.