Skip to content

Commit bf305f6

Browse files
committed
version
1 parent 23df53d commit bf305f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CUSTOM_BUNDLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Custom bundle
22
You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms.
33

4-
Clone plotly.js, where the <tag_name> is one of the [these](https://github.com/plotly/plotly.js/tags):
4+
Clone plotly.js, where the <version> is one of the [these](https://github.com/plotly/plotly.js/tags):
55
```sh
6-
git clone --depth 1 --branch <tag_name> https://github.com/plotly/plotly.js.git
6+
git clone --depth 1 --branch <version> https://github.com/plotly/plotly.js.git
77
```
88

99
Move to plotly.js folder then install plotly.js dependencies:

0 commit comments

Comments
 (0)