Skip to content

Commit 8bd94c4

Browse files
committed
Convert   to  .
1 parent f535a69 commit 8bd94c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ <h2>Installation</h2>
3636

3737
<p>In a browser:</p>
3838
{% raw %}
39-
<div class="highlight html"><pre class="editor editor-colors"><div class="line"><span class="text html basic"><span class="meta tag any html"><span class="punctuation definition tag html"><span>&lt;</span></span><span class="entity name tag html"><span>script</span></span><span>&nbsp;</span><span class="entity other attribute-name html"><span>src</span></span><span>=</span><span class="string quoted double html"><span class="punctuation definition string begin html"><span>&quot;</span></span><span>lodash.js</span><span class="punctuation definition string end html"><span>&quot;</span></span></span><span class="punctuation definition tag html"><span>&gt;</span><span class="meta scope between-tag-pair html"><span>&lt;</span></span><span>/</span></span><span class="entity name tag html"><span>script</span></span><span class="punctuation definition tag html"><span>&gt;</span></span></span></span></div></pre></div>
39+
<div class="highlight html"><pre class="editor editor-colors"><div class="line"><span class="text html basic"><span class="meta tag any html"><span class="punctuation definition tag html"><span>&lt;</span></span><span class="entity name tag html"><span>script</span></span><span>&#xA0;</span><span class="entity other attribute-name html"><span>src</span></span><span>=</span><span class="string quoted double html"><span class="punctuation definition string begin html"><span>&quot;</span></span><span>lodash.js</span><span class="punctuation definition string end html"><span>&quot;</span></span></span><span class="punctuation definition tag html"><span>&gt;</span><span class="meta scope between-tag-pair html"><span>&lt;</span></span><span>/</span></span><span class="entity name tag html"><span>script</span></span><span class="punctuation definition tag html"><span>&gt;</span></span></span></span></div></pre></div>
4040
{% endraw %}
4141

4242
<p>Using npm:</p>
4343
{% raw %}
44-
<div class="highlight shell"><pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$&nbsp;npm&nbsp;i&nbsp;-g&nbsp;npm</span></span></div><div class="line"><span class="source shell"><span>$&nbsp;npm&nbsp;i&nbsp;--save&nbsp;lodash</span></span></div></pre></div>
44+
<div class="highlight shell"><pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$&#xA0;npm&#xA0;i&#xA0;-g&#xA0;npm</span></span></div><div class="line"><span class="source shell"><span>$&#xA0;npm&#xA0;i&#xA0;--save&#xA0;lodash</span></span></div></pre></div>
4545
{% endraw %}
4646

4747
<p>In Node.js:</p>

0 commit comments

Comments
 (0)