Skip to content

Commit

Permalink
Update docs: Add info about NPM installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirsiljkovic committed Dec 7, 2018
1 parent f1ec339 commit 063baf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ <h2>Usage</h2>
&lt;/html&gt;</code>
</pre>

<p>It can also be used as a NPM package:</p>
<pre class="prettyprint"><code>npm install jquery-popup-overlay</code></pre>

<p>And included as a CommonJS module:</p>
<pre class="prettyprint"><code>var popup = require("jquery-popup-overlay");
</code></pre>

<h3>Options</h3>

<div class="fulltable">
Expand Down

0 comments on commit 063baf0

Please sign in to comment.