Add npm install to website.

I removed "Coming Soon" and added the correct location for NPM.
This commit is contained in:
Noah Prail 2016-02-05 10:33:31 -05:00
parent 4e82159567
commit 115ef59f8a

View File

@ -129,10 +129,10 @@
<h3>Download</h3> <h3>Download</h3>
<hr> <hr>
<h4>Install with NPM - Coming Soon</h4> <h4>Install with NPM</h4>
<p>You can also install and manage Material Bootstrap using NPM</p> <p>You can also install and manage Material Bootstrap using NPM</p>
<pre><code>npm install</code></pre> <pre><code>npm install bootstrap-material-design</code></pre>
<h4>Install with Bower</h4> <h4>Install with Bower</h4>
<p>You can also install and manage Material Bootstrap using Bower</p> <p>You can also install and manage Material Bootstrap using Bower</p>