From a31e5ed409913730e1f5fa3d3df41b396fb00e86 Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:27:20 +0700 Subject: [PATCH] doc: add logo image to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da83656..6b4a863 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/e99f0651-25a5-47cb-bd58-c75360517dfe) + # 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 or frameworks, such as React, Angular, Vue, Solid.js, etc.