From 73c47f4d516d6a43b5e0042fba9d731481cf3550 Mon Sep 17 00:00:00 2001 From: Matt Dewar Date: Mon, 19 Oct 2020 19:43:14 -0600 Subject: [PATCH] readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b4742..02f742e 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ and create a wrapper program called **tp_func01**, you can define an interface i ``` "tp-interfaces" : [ - {"routine" : "func01", "tp_func01" : "func01"} + {"routine" : "func01", "program_name" : "tp_func01"} ] ```