From 26e2064108768b9efc2c6f4af43b259474357098 Mon Sep 17 00:00:00 2001 From: John Shea Date: Wed, 1 Nov 2023 11:44:17 -0400 Subject: [PATCH] Remove TODO wording from README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ae1ae2e..205382e 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,12 @@ This app contains an order flow for cupcakes with options for quantity, flavor, The order details get displayed on an order summary screen and can be shared to another app to send the order. -TODO - Pre-requisites -------------- * Experience with Kotlin syntax. * How to create and run a project in Android Studio. * How to create composable functions -* TODO Getting Started