Skip to content

Commit 33beb43

Browse files
committed
update README.md
change long item block for tables
1 parent 9d8cc22 commit 33beb43

File tree

1 file changed

+19
-40
lines changed

1 file changed

+19
-40
lines changed

README.md

+19-40
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Several quick start options are available:
2525
* Install with [npm](https://www.npmjs.com): `npm install plotly`.
2626
* Use the plotly.js CDN hosted by Fastly:
2727

28-
```
28+
```html
2929
<!-- Latest compiled and minified plotly.js JavaScript -->
30-
<script type="text/javascript" src="http://cdn.plot.ly/plotly-latest.min.js">
30+
<script type="text/javascript" src="https://cdn.plot.ly/plotly-latest.min.js">
3131
```
3232
3333
Read the [Getting started page](https://plot.ly/javascript/getting-started/) for examples.
@@ -51,7 +51,7 @@ Please read through our [contributing guidelines](https://github.com/plotly/plot
5151
Get updates on plotly.js's development and chat with the project maintainers and community members.
5252
5353
* Follow [@plotlygraphs on Twitter](https://twitter.com/plotlygraphs).
54-
* Implementation help may be found at Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or community.plot.ly (tagged [`plotly-js`](community.plot.ly/c/plotly-js).
54+
* Implementation help may be found at Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js).
5555
* Developers should use the keyword `plotly` on packages which modify or add to the functionality of plotly.js when distributing through [npm](https://www.npmjs.com/browse/keyword/plotly) or similar delivery mechanisms for maximum discoverability.
5656
* Direct developer email support can be purchased through a [Plotly Pro](https://plot.ly/products/cloud/) plan.
5757
@@ -63,48 +63,27 @@ See [the Releases section of our GitHub project](https://github.com/plotly/plotl
6363
6464
## Clients for R, Python, and MATLAB
6565
66-
Open-source clients to the plotly.js API for R, Python and MATLAB are available at these links:
67-
68-
**R / RStudio**
69-
70-
* <https://github.com/ropensci/plotly>
71-
* <https://plot.ly/r/getting-started/>
72-
73-
**Python / Pandas / IPython notebook**
66+
Open-source clients to the plotly.js APIs are available at these links:
7467
75-
* <https://github.com/plotly/plotly.py>
76-
* <https://plot.ly/python/getting-started/>
68+
| | GitHub repo | Getting started |
69+
|---|--------|---------|
70+
|**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plot.ly/r/getting-started](https://plot.ly/r/getting-started) |
71+
|**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plot.ly/python/getting-started](https://plot.ly/python/getting-started) |
72+
|**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plot.ly/matlab/getting-started](https://plot.ly/matlab/getting-started) |
73+
|**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started/](https://plot.ly/nodejs/getting-started/) |
74+
|**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started/](https://plot.ly/julia/getting-started/) |
7775
78-
**MATLAB**
79-
80-
* <https://github.com/plotly/matlab-api>
81-
* <https://plot.ly/python/getting-started/>
82-
83-
plotly.js charts can also be created and saved online for free at <https://plot.ly/plot>
76+
plotly.js charts can also be created and saved online for free at [plot.ly/plot](https://plot.ly/plot).
8477
8578
## Creators
8679
87-
**Alex C. Johnson**
88-
89-
* <https://github.com/alexcjohnson>
90-
91-
**Étienne Tétreault-Pinard**
92-
93-
* <https://twitter.com/etpinard>
94-
* <https://github.com/etpinard>
95-
96-
**Mikola Lysenko**
97-
98-
* <https://twitter.com/MikolaLysenko>
99-
* <https://github.com/mikolalysenko>
100-
101-
**Ben Postlethwaite**
102-
103-
* <https://github.com/bpostlethwaite>
104-
105-
**Chris Parmer**
106-
107-
* <https://github.com/chriddyp>
80+
| | Github | Twitter |
81+
|---|--------|---------|
82+
|**Alex C. Johnson**| [@alexcjohnson](https://github.com/alexcjohnson) | |
83+
|**Étienne Tétreault-Pinard**| [@etpinard](https://github.com/etpinard) | [@etpinard](https://twitter.com/etpinard) |
84+
|**Mikola Lysenko**| [@mikolalysenko](https://github.com/mikolalysenko) | [@MikolaLysenko](https://twitter.com/MikolaLysenko) |
85+
|**Ben Postlethwaite**| [@bpostlethwaite](https://github.com/bpostlethwaite) | |
86+
|**Chris Parmer**| [@chriddyp](https://github.com/chriddyp) | |
10887
10988
## Copyright and license
11089

0 commit comments

Comments
 (0)