Skip to content

Commit 28aa6c8

Browse files
committed
minor docs styling:
- README trailing '/' - 'Plotly, Inc' not 'Plotly Inc' in package.json
1 parent caf29a2 commit 28aa6c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Open-source clients to the plotly.js APIs are available at these links:
7474
|**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plot.ly/r/getting-started](https://plot.ly/r/getting-started) |
7575
|**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plot.ly/python/getting-started](https://plot.ly/python/getting-started) |
7676
|**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plot.ly/matlab/getting-started](https://plot.ly/matlab/getting-started) |
77-
|**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started/](https://plot.ly/nodejs/getting-started) |
78-
|**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started/](https://plot.ly/julia/getting-started) |
77+
|**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started](https://plot.ly/nodejs/getting-started) |
78+
|**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started](https://plot.ly/julia/getting-started) |
7979
8080
plotly.js charts can also be created and saved online for free at [plot.ly/plot](https://plot.ly/plot).
8181
@@ -94,6 +94,6 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot]
9494
9595
Code and documentation copyright 2015 Plotly, Inc.
9696
97-
Code released under [the MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
97+
Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
9898
99-
Docs released under [Creative Commons](https://github.com/plotly/documentation/blob/source/LICENSE).
99+
Docs released under the [Creative Commons](https://github.com/plotly/documentation/blob/source/LICENSE).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/plotly/plotly.js/issues"
1313
},
14-
"author": "Plotly Inc.",
14+
"author": "Plotly, Inc.",
1515
"keywords": [
1616
"graphing",
1717
"plotting",

0 commit comments

Comments
 (0)