From 38e3db13a238c396fa1e700647bbc2190af3ba99 Mon Sep 17 00:00:00 2001 From: Iury Souza Date: Thu, 5 Aug 2021 14:43:37 -0300 Subject: [PATCH] doc(README): fix image height (#1000) --- tutorials/Getting_Started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index 269b8dc242..9ae95577a7 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -146,7 +146,7 @@ fun main() = application { Open `build.gradle.kts` as a project in IntelliJ IDEA. -New project +New project After you download the Compose for Desktop dependencies from the Maven repositories your new project is ready to go. Open the Gradle toolbar on the right, and select `sample/Tasks/compose desktop/run`.