Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7378ea

Browse filesBrowse files
Update README.md
1 parent 4dfe69e commit c7378ea
Copy full SHA for c7378ea

File tree

1 file changed

+14
-7
lines changed
Filter options

1 file changed

+14
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chart types, including 3D charts, statistical graphs, and SVG maps.
77

88
## Table of contents
99

10-
* [Quick start](#quick-start)
10+
* [Quick start options](#quick-start-options)
1111
* [Bugs and feature requests](#bugs-and-feature-requests)
1212
* [Documentation](#documentation)
1313
* [Contributing](#contributing)
@@ -17,15 +17,22 @@ chart types, including 3D charts, statistical graphs, and SVG maps.
1717
* [Copyright and license](#copyright-and-license)
1818

1919

20-
## Quick start
20+
## Quick start options
2121

22-
Several quick start options are available:
22+
#### Download the latest release
23+
[Latest Release on Github](https://github.com/plotly/plotly.js/releases/)
2324

24-
* [Download the latest release](https://github.com/plotly/plotly.js/releases/).
25-
* Clone the repo: `git clone https://github.com/plotly/plotly.js.git`.
26-
* Install with [npm](https://www.npmjs.com): `npm install plotly.js`.
27-
* Use the plotly.js CDN hosted by Fastly:
25+
#### Clone the repo
26+
```bash
27+
git clone https://github.com/plotly/plotly.js.git
28+
```
29+
30+
#### Install with `npm`
31+
```bash
32+
npm install plotly.js
33+
```
2834

35+
#### Use the plotly.js CDN hosted by Fastly:
2936
```html
3037
<!-- Latest compiled and minified plotly.js JavaScript -->
3138
<script type="text/javascript" src="https://cdn.plot.ly/plotly-latest.min.js">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.