From da30371d489f6413e61e4f8ccf98840defa9682e Mon Sep 17 00:00:00 2001
From: Developers Digest <124798203+developersdigest@users.noreply.github.com>
Date: Fri, 8 Aug 2025 09:25:19 -0400
Subject: [PATCH] update readme
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c9b83bb..11facd1 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
+
+
# Open Lovable
Chat with AI to build React apps instantly.
-
+

+
+
## Setup
1. **Clone & Install**
```bash
-git clone https://github.com/yourusername/e2b.git
-cd e2b
+git clone https://github.com/mendableai/open-lovable.git
+cd open-lovable
npm install
```