mirror of https://github.com/status-im/js-waku.git
Correct unpkg link
Latest release now contains UMD bundle.
This commit is contained in:
parent
8551712c05
commit
4ecd4fd377
|
@ -57,7 +57,7 @@ jsWaku.Waku.create().then(waku => {
|
||||||
Or directly import it in a `<script>` tag:
|
Or directly import it in a `<script>` tag:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src='https://unpkg.com/js-waku@0.14.0-rc.0/build/umd/js-waku.min.bundle.js'></script>
|
<script src='https://unpkg.com/js-waku@latest/build/umd/js-waku.min.bundle.js'></script>
|
||||||
<script>
|
<script>
|
||||||
jswaku.Waku.create().then(waku => {
|
jswaku.Waku.create().then(waku => {
|
||||||
// ...
|
// ...
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<div id='timestamp'></div>
|
<div id='timestamp'></div>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
src='https://unpkg.com/js-waku@0.14.0-rc.0/build/umd/js-waku.min.bundle.js'></script>
|
src='https://unpkg.com/js-waku@latest/build/umd/js-waku.min.bundle.js'></script>
|
||||||
<script>
|
<script>
|
||||||
/**
|
/**
|
||||||
* This example demonstrates how to use the js-waku minified bundle
|
* This example demonstrates how to use the js-waku minified bundle
|
||||||
|
|
Loading…
Reference in New Issue