diff --git a/README.md b/README.md
index ee387af..c03cffa 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,25 @@ This project includes web components for connecting to Lightning Wallets and ena
## 🚀 Quick Start
-```
-npm install @getalby/lightning-wallet-connect
-```
+### React Package
-or
+`npm install @getalby/bitcoin-connect-react` or `yarn add @getalby/bitcoin-connect-react`
+
+### Web Components Package
+
+`npm install @getalby/lightning-wallet-connect` or `yarn add @getalby/lightning-wallet-connect`
```
-yarn add @getalby/lightning-wallet-connect
-```
-or for use without any build tools:
+### HTML (CDN)
+
+You can use Lightning Wallet Connect without any build tools:
```
+
-```
+
+````
## 📽️ Demo
@@ -64,7 +68,7 @@ html {
--lwc-color-text-secondary: #f4f4f4;
--lwc-color-text-tertiary: white;
}
-```
+````
### Pure HTML
@@ -77,7 +81,6 @@ html {