diff --git a/index.html b/index.html index e76d1c507..b7579838d 100644 --- a/index.html +++ b/index.html @@ -547,6 +547,14 @@

v1.13.0 CDN URLs (Use with +

+ In most cases, you can replace the version number above by + latest so that your embed will automatically use the latest + version, or stable if you want to delay updating until an update + has proven to be free of accidental breaking changes. Example:
+ https://cdn.jsdelivr.net/npm/underscore@latest/underscore-umd-min.js +

+

Package Installation

    @@ -561,6 +569,13 @@

    Package Installation

+

+ If you are hardcoding the path to the file within the package and you + are unsure which build to use, it is very likely that you need + underscore-umd.js or the minified variant + underscore-umd-min.js. +

+

Monolithic Import (recommended)