Skip to content

Commit f8dbebc

Browse files
authored
docs: fix sdk version in esm example (#366)
1 parent f197bfc commit f8dbebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or for use without any build tools:
2222

2323
```html
2424
<script type="module">
25-
import { LN /* or nwc, webln */ } from "https://esm.sh/@getalby/sdk@4.1.0"; // jsdelivr.net, skypack.dev also work
25+
import { LN /* or nwc, webln */ } from "https://esm.sh/@getalby/sdk@5.0.0"; // jsdelivr.net, skypack.dev also work
2626
2727
// ... then use the SDK as normal (see below)
2828
</script>

0 commit comments

Comments
 (0)