From 2a9a0ba26fd761ee70a6bdffca274f20ff376495 Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Sat, 21 Sep 2024 13:20:38 +0300 Subject: [PATCH] Update Solara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f93fc..51acfdf 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ automatically preparing the codebase to support them without requiring any manua ## The Motivation to Use Solara -Imagine you've developed an e-commerce app and need to sell it to countless customers. To achieve this, your **e-commerce** codebase must be dynamic enough to accommodate essential changes, such as the app name, identifier, icon, theme, version, base URL, and custom configurations—like whether to enable or disable specific features—and more. This is +Imagine you've developed (or planning to develop) an e-commerce app and need to sell it to countless customers. To achieve this, your **e-commerce** codebase must be dynamic enough to accommodate essential changes, such as the app name, identifier, icon, theme, version, base URL, and custom configurations—like whether to enable or disable specific features—and more. This is illustrated in the diagram below: ```