From f7c9f0d10e909f6e54db2356385f3fac3abe19e8 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 27 Feb 2018 10:21:03 +0000 Subject: [PATCH] Wrong file name. --- docs/source/hello-world-template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/hello-world-template.rst b/docs/source/hello-world-template.rst index cf34d8c892..616ad7bd78 100644 --- a/docs/source/hello-world-template.rst +++ b/docs/source/hello-world-template.rst @@ -67,7 +67,7 @@ To prevent build errors later on, we should delete the following files before we * Java: ``cordapp/src/main/java/com/template/TemplateClient.java`` -* Kotlin: ``cordapp/src/main/kotlin/com/template/TemplateClient.kt`` +* Kotlin: ``cordapp/src/main/kotlin/com/template/Client.kt`` Progress so far ---------------