summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-07 11:18:35 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-07 11:18:35 +0300
commit5c1d2c613746854c60f5966163b5959ae22399a1 (patch)
tree8949dbd28e1961a25af9500fd66d1ebfd4633917
parentdc2534a5ed2e7b84920338637be513b300e8780f (diff)
downloadsubplot-rust-talk-5c1d2c613746854c60f5966163b5959ae22399a1.tar.gz
Change: small fixes
-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.