Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Graph Tags -->
<meta property="og:url" content="https://lightningdecoder.com" />
<meta property="og:site_name" content="Lightning Decoder" />
<meta property="og:title" content="Decode Lightning Network Requests - BOLT11, LNURL, and Lightning Address" />
<meta property="og:title" content="Decode Lightning Network Requests - Lightning Address, LNURL, BOLT11, and BOLT12" />
<meta property="og:type" content="text" />
<meta property="og:image" content="https://i.imgur.com/92TblqG.png" />
<meta property="og:determiner" content="auto" />
Expand All @@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@andreneves">
<meta name="twitter:creator" content="@andreneves">
<meta name="twitter:title" content="Decode Lightning Network Requests - BOLT11, LNURL, and Lightning Address">
<meta name="twitter:title" content="Decode Lightning Network Requests - Lightning Address, LNURL, BOLT11, and BOLT12">
<meta name="twitter:description" content="Lightning Decoder is a tool for decoding Lightning Network request codes - BOLT11s, LNURL codes, and Lightning Addresses are supported.">
<meta name="twitter:image" content="https://i.imgur.com/92TblqG.png">
<!-- End Twitter Tags -->
Expand Down
Loading