Update hello-world-template.rst

This commit is contained in:
Joel Dudley 2018-11-06 16:01:42 +00:00 committed by GitHub
parent 91cb6b773b
commit a75cfde3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
---------------