From 5fb5af5b1d41a2eb4a715be15d4ea6c3f7284d0e Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Mon, 3 Oct 2022 14:40:52 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed2e00678d..028d82af36 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,10 @@ Note that when you use Compose Multiplatform, you setup your project differently * [codeviewer](examples/codeviewer) - File Browser and Code Viewer application for Android and Desktop * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop * [issues](examples/issues) - GitHub issue tracker with an adaptive UI and ktor-client - * [game](examples/falling-balls) - Simple game - * [game](experimental/examples/falling-balls-mpp) - Simple game for web target + * [Falling Balls](examples/falling-balls) - Simple game * [compose-bird](examples/web-compose-bird) - A flappy bird clone using Compose for Web * [notepad](examples/notepad) - Notepad, using the new experimental Composable Window API - * [todoapp](examples/todoapp) - TODO items tracker with persistence and multiple screens + * [todoapp](examples/todoapp) - TODO items tracker with persistence and multiple screens, written with external navigation library * [todoapp-lite](examples/todoapp-lite) - A simplified version of [todoapp](examples/todoapp), fully based on Compose * [widgets gallery](examples/widgets-gallery) - Gallery of standard widgets * [IDEA plugin](examples/intellij-plugin) - Plugin for IDEA using Compose for Desktop