From d3df977540de09a27f8623648994d37da57122e2 Mon Sep 17 00:00:00 2001 From: Luke Fair Date: Tue, 15 Nov 2022 20:00:40 -0500 Subject: [PATCH] Update yarn command This should be `yarn add` and not `yarn install`. --- _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 e94825bf5..1b1652e29 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 @@

NPM

- You can install Plotly.js from NPM via npm install plotly.js-dist or yarn install plotly.js-dist + You can install Plotly.js from NPM via npm install plotly.js-dist or yarn add plotly.js-dist