From 60cddc4ec5fd31b2a4461a9e136677c6b13f959b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 14 Sep 2015 17:32:37 -0700 Subject: [PATCH] Introduce the funC placeholder Signed-off-by: W. Trevor King --- runtime.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime.md b/runtime.md index 0665fc1..daa1018 100644 --- a/runtime.md +++ b/runtime.md @@ -1,6 +1,7 @@ # Operations -The command line should support each operation listed below as its first argument. +A conformant runtime should provide an executable (called `funC` in the following examples). +That executable should support each operation listed below as its first argument. It operates by default on the 'config.json' in the current directory. ## Start