fix standalone script URL.

This commit is contained in:
fiatjaf
2022-12-20 17:01:35 -03:00
parent b96159ad36
commit 679ac0c133

View File

@@ -153,7 +153,7 @@ Please consult the tests or [the source code](https://github.com/fiatjaf/nostr-t
### Using from the browser (if you don't want to use a bundler)
```html
<script src="https://unpkg.com/nostr-tools/nostr.bundle.js"></script>
<script src="https://unpkg.com/nostr-tools/lib/nostr.bundle.js"></script>
<script>
window.NostrTools.generatePrivateKey('...') // and so on
</script>