Skip to content

Commit 0531214

Browse files
author
Joe Crick
committed
(master): Fix formatting of install instructions.
1 parent d83e644 commit 0531214

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2 class="content-subhead">Pure CSS Components<a class="content-link"></a></h2>
109109
</p>
110110
<p>
111111
Like Pure CSS, Pure.CSS Components is very small. It is only 2KB* (minified and zipped). Each
112-
component is also available as a module. So, if you only need modals, and nothing else, you
112+
component is also available as a module. So, if you only need <strong>modals</strong>, and nothing else, you
113113
don't have to
114114
include the entire package.
115115
</p>
@@ -170,12 +170,12 @@ <h2 class="content-subhead">Installation</h2>
170170
npm install:
171171
</p>
172172

173-
<div class="is-code-full">
174-
<pre>yarn add purecss<span>-</span>components</pre>
173+
<div>
174+
<pre><code>yarn add purecss-components</code></pre>
175175
</div>
176176
<p>or</p>
177-
<div class="is-code-full">
178-
<pre>npm i purecss<span>-</span>components</pre>
177+
<div>
178+
<pre><code>npm i purecss-components</code></pre>
179179
</div>
180180
</div>
181181

0 commit comments

Comments
 (0)