@@ -174,10 +174,10 @@ function makeBundleInfo(pathObj) {
174174 '' ,
175175 '| Flavor | URL |' ,
176176 '| ------ | --- |' ,
177- '| CDN URL (latest) | ' + cdnRoot + name + '-latest' + JS + ' |' ,
178- '| CDN URL (latest minified) | ' + cdnRoot + name + '-latest' + MINJS + ' |' ,
179- '| CDN URL (tagged) | ' + cdnRoot + name + '-' + pkg . version + JS + ' |' ,
180- '| CDN URL (tagged minified) | ' + cdnRoot + name + '-' + pkg . version + MINJS + ' |' ,
177+ '| Latest | ' + cdnRoot + name + '-latest' + JS + ' |' ,
178+ '| Latest minified | ' + cdnRoot + name + '-latest' + MINJS + ' |' ,
179+ '| Tagged | ' + cdnRoot + name + '-' + pkg . version + JS + ' |' ,
180+ '| Tagged minified | ' + cdnRoot + name + '-' + pkg . version + MINJS + ' |' ,
181181 '' ,
182182 '#### npm package (starting in `v1.39.0`)' ,
183183 '' ,
@@ -196,9 +196,9 @@ function makeBundleInfo(pathObj) {
196196 'var Plotly = require(\'' + pkgName + '\');' ,
197197 '```' ,
198198 '' ,
199- '#### plotly.js dist files ' ,
199+ '#### Other plotly.js entry points ' ,
200200 '' ,
201- '| Way to import | Location |' ,
201+ '| Flavor | Location |' ,
202202 '|---------------|----------|' ,
203203 '| dist bundle | ' + '`dist/plotly-' + name + JS + '` |' ,
204204 '| dist bundle (minified) | ' + '`dist/plotly-' + name + MINJS + '` |' ,
0 commit comments