Skip to content

Commit 7649129

Browse files
fix traces description
Co-authored-by: Alex Johnson <[email protected]>
1 parent be1ae39 commit 7649129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are two kinds of plotly.js partial bundles:
7676
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).
7777
2. The custom ones that could be created by the user, if none of the distributed packages meet your needs.
7878

79-
Use `traces` option to create a custom bundle of desired traces.
79+
Use the `traces` option to include just the trace types you need.
8080
```
8181
npm run partial-bundle -- --traces scatter,scattergl,scatter3d
8282
```

0 commit comments

Comments
 (0)