From 8c1ece2dcef22b454b0085c2e48e5a268cbe9d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 23 Feb 2021 15:52:54 +0100 Subject: [PATCH] code_samples/kotlin_demo: minor --- kotlin_demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin_demo/README.md b/kotlin_demo/README.md index ee77c065a..fa4ce9255 100644 --- a/kotlin_demo/README.md +++ b/kotlin_demo/README.md @@ -3,7 +3,7 @@ ## Quickstart -Simple Kotlin Demo project is an example of the Kotlin-based plugin that provides the most straightforward action implemented by the [HelloAction.kt][file:HelloAction] Kotlin class. +Simple Kotlin Demo project is an example of a minimal Kotlin-based plugin that provides the most straightforward action implemented by the [HelloAction.kt][file:HelloAction] Kotlin class. Action, added to the Main Menu, shows a message dialog when invoked.