From 2c5c1c30f55a0a15b1f7fd7295030cf9ad8e7294 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 17 Oct 2023 20:59:36 -0400 Subject: [PATCH] Test app is comprised of screens --- test-app/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-app/README.md b/test-app/README.md index 0fec64773d..3d4fddec33 100644 --- a/test-app/README.md +++ b/test-app/README.md @@ -1,7 +1,8 @@ Test App ============ -This is an app to aid in redwood development. The app itself is a list of smaller apps that can be expanded upon to develop particular use cases. +This is an app to aid in Redwood development. The app itself is a list of screens that can be +expanded upon to develop particular use cases or demonstrate bugs and performance problems. Prerequisites