Update the yarn install/add command

`yarn install...` is deprecated and should be `yarn add...`
This commit is contained in:
Derk Weijers 2021-01-30 20:58:48 +01:00 committed by Jeremy Thomas
parent 4757185a22
commit a418e66d29

View File

@ -132,7 +132,7 @@ breadcrumb:
{% endcapture %}
{% capture yarn_item %}
{% highlight bash %}yarn install bulma{% endhighlight %}
{% highlight bash %}yarn add bulma{% endhighlight %}
{% endcapture %}
{%