We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f197bfc commit f8dbebcCopy full SHA for f8dbebc
README.md
@@ -22,7 +22,7 @@ or for use without any build tools:
22
23
```html
24
<script type="module">
25
- import { LN /* or nwc, webln */ } from "https://esm.sh/@getalby/sdk@4.1.0"; // jsdelivr.net, skypack.dev also work
+ import { LN /* or nwc, webln */ } from "https://esm.sh/@getalby/sdk@5.0.0"; // jsdelivr.net, skypack.dev also work
26
27
// ... then use the SDK as normal (see below)
28
</script>
0 commit comments