Skip to content

Commit 6ebef11

Browse files
authored
Update installation instructions for yarn
Change `yarn install` to `yarn add`
1 parent 765eb8f commit 6ebef11

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

+1-1
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)