From 6ebef1114890794812cbbf7698f02b09c3797d1b Mon Sep 17 00:00:00 2001 From: Zack Lyon <zack.j.lyon@gmail.com> Date: Fri, 19 May 2023 09:42:10 -0700 Subject: [PATCH] Update installation instructions for yarn Change `yarn install` to `yarn add` --- _posts/plotly_js/2015-07-21-plotlyjs-getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html b/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html index bc98a3440..8792041a2 100755 --- a/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html +++ b/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html @@ -12,7 +12,7 @@ <h2>NPM</h2> <div class="content-box"> <p> - 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> + 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> </p> </section>