1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Update index.html

This commit is contained in:
Jenil Gogari 2017-03-31 18:34:45 -04:00 committed by GitHub
parent 27f8ded65e
commit 0b576e71e4

View File

@ -42,7 +42,9 @@
<p>All you need is 1 CSS file, <code>chota.css</code> to be included in your webpage.</p>
<h5>Easiest way</h5>
<p>Link this CSS in your HTML:</p>
<pre>https://unpkg.com/chota</pre>
{% highlight ruby %}
<link rel="stylesheet" href="https://unpkg.com/chota">
{% endhighlight %}
<p>You can download it from Github or install it from npm or yarn:</p>
<pre>npm install chota</pre>
</section>