better publishing built files.

This commit is contained in:
fiatjaf
2022-12-20 16:43:15 -03:00
parent 6dede4a688
commit b96159ad36
11 changed files with 35 additions and 24 deletions

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/standalone/index.js"></script>
<script src="https://unpkg.com/nostr-tools/nostr.bundle.js"></script>
<script>
window.NostrTools.generatePrivateKey('...') // and so on
</script>