diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4d7872e..fdd58b4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,7 @@
{
"files.exclude": {
- "dist": true
+ "dist": true,
+ "react/dist": true
},
"editor.formatOnSave": true,
"tailwindCSS.experimental.configFile": {
diff --git a/README.md b/README.md
index c03cffa..bac8265 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Lightning Wallet Connect
+# Bitcoin Connect
This project includes web components for connecting to Lightning Wallets and enabling [WebLN](https://webln.guide). Websites only need to implement a single interface to connect with multiple wallets (WebLN), and users can connect from both desktop and mobile devices. These components work with pure HTML and all Javascript libraries frameworks such as React, Angular, Vue, Solid.js, etc.
@@ -10,17 +10,17 @@ This project includes web components for connecting to Lightning Wallets and ena
### Web Components Package
-`npm install @getalby/lightning-wallet-connect` or `yarn add @getalby/lightning-wallet-connect`
+`npm install @getalby/bitcoin-connect` or `yarn add @getalby/bitcoin-connect`
```
### HTML (CDN)
-You can use Lightning Wallet Connect without any build tools:
+You can use Bitcoin Connect without any build tools:
```
-
+
````
@@ -30,23 +30,23 @@ https://user-images.githubusercontent.com/33993199/234830578-0baf25f9-0179-4244-
## 🤙 Usage
-Lightning wallet connect exposes the following web components for allowing user to connect their desired Lightning wallet:
+Bitcoin Connect exposes the following web components for allowing user to connect their desired Lightning wallet:
-- `
<lwc-button />
- <lwc-button disabled />
- <lwc-button icon-only/>
- <lwc-connector-list/>
- <bc-button />
+ <bc-button disabled />
+ <bc-button icon-only/>
+ <bc-connector-list/>
+