diff --git a/FAQ.md b/FAQ.md index dfa28b745..be5e0dbb7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -106,30 +106,31 @@ There are two ways to use our SDK when you want to rely on a Content Delivery Ne ### Using our own CDN bundle -Our own CDN bundle exposes both `createAuth0Client` and `Auth0Client` on a global `auth0` variable, and can be used as shown below. +Our own CDN bundle exposes both `createAuth0Client` and `Auth0Client` on a global `auth0` variable, and can be used as shown below. ```html ``` ### Using import maps with unpkg + If you want to use a CDN bundle together with import maps, you will need to use our ESM bundle from unpkg: ```html