Skip to content

Commit

Permalink
Update snapshot in embed package
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 7, 2018
1 parent 42c8fd4 commit e1cc50c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,11 @@ Object {
},
"type": "html",
"value": "<div class=\\"gatsby-highlight\\">
<pre class=\\"language-bash\\"><code><span class=\\"token comment\\" spellcheck=\\"true\\"># Yarn</span>
<pre class=\\"language-bash\\"><code><span class=\\"token comment\\"># Yarn</span>
yarn init
<span class=\\"gatsby-highlight-code-line\\">yarn add react react-dom
</span>
<span class=\\"token comment\\" spellcheck=\\"true\\"># NPM</span>
<span class=\\"token comment\\"># NPM</span>
<span class=\\"token function\\">npm</span> init
<span class=\\"gatsby-highlight-code-line\\"><span class=\\"token function\\">npm</span> <span class=\\"token function\\">install</span> --save react react-dom
</span></code></pre>
Expand Down

0 comments on commit e1cc50c

Please sign in to comment.