@@ -174,10 +174,10 @@ function makeBundleInfo(pathObj) {
174
174
'' ,
175
175
'| Flavor | URL |' ,
176
176
'| ------ | --- |' ,
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 + ' |' ,
181
181
'' ,
182
182
'#### npm package (starting in `v1.39.0`)' ,
183
183
'' ,
@@ -196,9 +196,9 @@ function makeBundleInfo(pathObj) {
196
196
'var Plotly = require(\'' + pkgName + '\');' ,
197
197
'```' ,
198
198
'' ,
199
- '#### plotly.js dist files ' ,
199
+ '#### Other plotly.js entry points ' ,
200
200
'' ,
201
- '| Way to import | Location |' ,
201
+ '| Flavor | Location |' ,
202
202
'|---------------|----------|' ,
203
203
'| dist bundle | ' + '`dist/plotly-' + name + JS + '` |' ,
204
204
'| dist bundle (minified) | ' + '`dist/plotly-' + name + MINJS + '` |' ,
0 commit comments