From 6ebef1114890794812cbbf7698f02b09c3797d1b Mon Sep 17 00:00:00 2001 From: Zack Lyon 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 @@

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