From dc35f816cf5f52bafd155c16577bf54812a5bd79 Mon Sep 17 00:00:00 2001 From: EdwarDDay <4127904+EdwarDDay@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:20:41 +0200 Subject: [PATCH] Fix web game link (#1083) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d0261813..4ed789298c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Preview functionality (check your application UI without building/running it) fo * [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](examples/falling-balls-with-web) - Simple game for web target + * [game](examples/falling-balls-web) - Simple game for web target * [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