@streamr/sdk 103.3.0-experiment.0 → 103.3.0-experiment.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,7 +41,7 @@ The Streamr SDK is built for the browser and Node.js environments.
41
41
 
42
42
  **Browser (Website/WebApps)**
43
43
  - For usage in the browser include the latest build, e.g. by including a `<script>` tag pointing at a CDN:
44
- - `<script src="https://unpkg.com/@streamr/sdk@latest/streamr-sdk.web.min.js"></script>`
44
+ - `<script src="https://unpkg.com/@streamr/sdk@latest/exports-umd.min.js"></script>`
45
45
  - To use within React, please see [streamr-client-react](https://github.com/streamr-dev/streamr-client-react)
46
46
 
47
47
  **Browser extension**