From 5b07a49368210bd1079c6b3297d4b49a74f49f75 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 15 Feb 2019 15:41:14 +0100 Subject: [PATCH] Polishing --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 724c335..c8f575c 100644 --- a/README.adoc +++ b/README.adoc @@ -265,7 +265,7 @@ Notice also that Kotlin compiler is configured to generate Java 8 bytecode (Java ---- -=== Understanding the generated Application +== Understanding the generated Application `src/main/kotlin/blog/BlogApplication.kt` [source,kotlin]