Skip to content

Commit 23421af

Browse files
committed
add usage info to 'download latest release'
1 parent 4a9243e commit 23421af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ chart types, including 3D charts, statistical graphs, and SVG maps.
2828
#### Download the latest release
2929
[Latest Release on Github](https://github.com/plotly/plotly.js/releases/)
3030

31+
and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly/plotly.js/blob/master/dist/README.md).
32+
3133
#### Clone the repo
3234
```bash
3335
git clone https://github.com/plotly/plotly.js.git
3436
```
3537

36-
and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly/plotly.js/blob/master/dist/README.md).
38+
and use the plotly.js `dist` file(s).
3739

3840
#### Install with `npm`
3941
```bash
@@ -53,7 +55,7 @@ and use the plotly.js `dist` file(s) or require plotly.js using CommonJS as `var
5355

5456
and use the `Plotly` object in the window scope.
5557

56-
Read the [Getting started page](https://plot.ly/javascript/getting-started/) for more examples.
58+
##### Read the [Getting started page](https://plot.ly/javascript/getting-started/) for more examples.
5759

5860
## Modules
5961

0 commit comments

Comments
 (0)