From db993d56716ad62e77a4f037bb48ba97d2591418 Mon Sep 17 00:00:00 2001 From: Elissa-AppDevforAll Date: Thu, 20 Aug 2026 13:11:03 -0500 Subject: [PATCH] Fix project name in README.md --- compose-preview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-preview/README.md b/compose-preview/README.md index 5a09488d..46cb90cb 100644 --- a/compose-preview/README.md +++ b/compose-preview/README.md @@ -1,6 +1,6 @@ # Jetpack Compose Preview -A plugin for [CodeOnTheGo](https://github.com/appdevforall/CodeOnTheGo) that renders Jetpack Compose `@Preview` composables **on-device** — it compiles and runs the previews inside the IDE, without a full app build-and-run. +A plugin for [Code on the Go](https://github.com/appdevforall/CodeOnTheGo) that renders Jetpack Compose `@Preview` composables **on-device** — it compiles and runs the previews inside the IDE, without a full app build-and-run. Surfaces as a preview action in the editor toolbar, shown only when a Kotlin file containing `@Preview` is open (on those files it also hides the built-in XML layout-preview action, so there's a single preview entry point). Tapping it opens a **Jetpack Compose Preview** screen that renders every `@Preview` in the file, honoring light/dark, `@PreviewParameter`, and per-preview background and size.