Skip to content

Commit a3e9e36

Browse files
authored
Merge pull request #369 from wizicer/patch-1
Update 2015-07-21-plotlyjs-getting-started.html: fix yarn command
2 parents 6f2ec9b + b1db51f commit a3e9e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h2>NPM</h2>
1313
<div class="content-box">
1414
<p>
15-
You can <a href="https://www.npmjs.com/package/plotly.js" target="_blank">install Plotly.js from NPM</a> via <code>npm install plotly.js-dist</code> or <code>yarn install plotly.js-dist</code>
15+
You can <a href="https://www.npmjs.com/package/plotly.js" target="_blank">install Plotly.js from NPM</a> via <code>npm install plotly.js-dist</code> or <code>yarn add plotly.js-dist</code>
1616
</p>
1717

1818
</section>

0 commit comments

Comments
 (0)