From a75cfde3c7b4134850b4da1e045d49e517f95144 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 6 Nov 2018 16:01:42 +0000 Subject: [PATCH] Update hello-world-template.rst --- docs/source/hello-world-template.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/hello-world-template.rst b/docs/source/hello-world-template.rst index fa3c75bc96..5d421d0906 100644 --- a/docs/source/hello-world-template.rst +++ b/docs/source/hello-world-template.rst @@ -51,7 +51,7 @@ The template has a number of files, but we can ignore most of them. We will only cordapp-contracts-states/src/main/java/com/template/TemplateState.java // 2. The flow - cordapp/src/main/java/com/template/TemplateFlow.java + cordapp/src/main/java/com/template/Initiator.java .. code-block:: kotlin @@ -59,7 +59,7 @@ The template has a number of files, but we can ignore most of them. We will only cordapp-contracts-states/src/main/kotlin/com/template/StatesAndContracts.kt // 2. The flow - cordapp/src/main/kotlin/com/template/App.kt + cordapp/src/main/kotlin/com/template/Flows.kt Progress so far ---------------