diff --git a/docs/guides/js-waku/reliable-channels.md b/docs/guides/js-waku/reliable-channels.md index 77ab3d9..47260f7 100644 --- a/docs/guides/js-waku/reliable-channels.md +++ b/docs/guides/js-waku/reliable-channels.md @@ -12,7 +12,7 @@ This is an experimental feature and has a number of [limitations](https://github ## Import Waku SDK ```shell -npm install @waku/sdk@0.0.35-67a7287.0 +npm install @waku/sdk@0.0.35-3e66a33.0 ``` Or using a CDN, note this is an ESM package so `type="module"` is needed. @@ -21,9 +21,8 @@ Or using a CDN, note this is an ESM package so `type="module"` is needed.