diff --git a/docs/sdks/web/add-sdk.md b/docs/sdks/web/add-sdk.md index 493e354c..16023e5f 100644 --- a/docs/sdks/web/add-sdk.md +++ b/docs/sdks/web/add-sdk.md @@ -267,6 +267,59 @@ In alternative to jsdeliver, unpkg can be used: ``` +## Install via UMD build (plain ` + +``` + +From there the setup is the same as in the [CDN example](#install-via-cdn) above, with two differences: you take the exports off the globals instead of importing them, and you wrap the setup in an async function, because a classic `