Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7378ea

Browse files
committedNov 17, 2015
Update README.md
1 parent 4dfe69e commit c7378ea

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed
 

Diff for: ‎README.md

+14-7
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)
Please sign in to comment.