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: ```