Skip to content

Commit

Permalink
chore: update version in readme to 4.0.0 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Feb 19, 2025
1 parent 9093893 commit 2be1bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or for use without any build tools:

```html
<script type="module">
import { nwc, webln } from "https://esm.sh/@getalby/sdk@3.7.0"; // jsdelivr.net, skypack.dev also work
import { nwc, webln } from "https://esm.sh/@getalby/sdk@4.0.0"; // jsdelivr.net, skypack.dev also work
// ... then use nwc.NWCClient or webln.NWC (see documentation below)
</script>
Expand Down

0 comments on commit 2be1bbf

Please sign in to comment.