Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
almonk committed Jun 11, 2019
1 parent b97c386 commit 8dbdbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="ma0 mb2 fw4 lh-title">
<p class="ma0 gray lh-copy">
Pylon can be used via CDN:
</p>
<pre><code class="html br3 ba b--black-10">&#x3C;link rel=&#x22;stylesheet&#x22;href=&#x22;https://unpkg.com/pyloncss@latest/css/pylon.css&#x22;/&#x3E;</code></pre>
<pre><code class="html br3 ba b--black-10">&#x3C;link rel=&#x22;stylesheet&#x22; href=&#x22;https://unpkg.com/pyloncss@latest/css/pylon.css&#x22;/&#x3E;</code></pre>
<p class="ma0 gray lh-copy">
or via npm:
</p>
Expand Down

0 comments on commit 8dbdbad

Please sign in to comment.