Skip to content

Commit ac0cd7a

Browse files
improve partial bundles info
Co-authored-by: Alex Johnson <[email protected]>
1 parent 56081c0 commit ac0cd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly
7373
## Partial bundles
7474

7575
There are two kinds of plotly.js partial bundles:
76-
1. The official partial bundles that are distributed to `npm` and `CDN` covered by [the dist README](https://github.com/plotly/plotly.js/blob/master/dist/README.md).
77-
2. The custom ones that could be created by the user, if none of the distributed packages meet your needs.
76+
1. The official partial bundles that are distributed to `npm` and the CDN, described in [the dist README](https://github.com/plotly/plotly.js/blob/master/dist/README.md).
77+
2. Custom bundles you can create yourself, if none of the distributed packages meet your needs.
7878

7979
Use the `traces` option to include just the trace types you need.
8080
```

0 commit comments

Comments
 (0)