From 5c1d2c613746854c60f5966163b5959ae22399a1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 7 Oct 2019 11:18:35 +0300 Subject: Change: small fixes --- talk.md | 13 +++++++------ 1 file 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. -- cgit v1.2.1