From a115198bbf46cd6e682c020dba3c44ee35ba7a2b Mon Sep 17 00:00:00 2001 From: Andrew Hassan Date: Mon, 21 Aug 2023 15:07:50 -0400 Subject: [PATCH] Update README with input flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf4605f..dc0ffe46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ upon completion. By default, the Function is expected to be named `function.wasm` in the current directory. This may be overriden using the `-f` option. -Example: `function-runner -f '../my-function-name.wasm' '../my-input.json'` +Example: `function-runner -f '../my-function-name.wasm' -i '../my-input.json'` ## Usage