Skip to content

Commit

Permalink
Fix npm package link
Browse files Browse the repository at this point in the history
  • Loading branch information
sih44 committed Nov 29, 2017
1 parent eea9010 commit a1369bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Expand Up @@ -226,16 +226,16 @@ <h2><a href="#getting-started"><i class="material-icons icon-left">tag_faces</i>
<p>
Alternatively, you can install through npm:
</p>
<pre><code>npm install --save tippy.js@beta.2</code></pre>
<pre><code>npm install --save tippy.js@2.0.0-beta.2</code></pre>

<p>
or use the <a target="_blank" href="https://unpkg.com/tippy.js@beta.2">unpkg.com CDN</a>:
or use the <a target="_blank" href="https://unpkg.com/tippy.js@2.0.0-beta.2">unpkg.com CDN</a>:
</p>

<pre><code>https://unpkg.com/tippy.js@beta.2/dist/</code></pre>
<pre><code>https://unpkg.com/tippy.js@2.0.0-beta.2/dist/</code></pre>

<p>Simply include the <code>tippy.all.min.js</code> file in your document before your own scripts:</p>
<pre><code class="language-markup">&lt;script src="https://unpkg.com/tippy.js@beta.2/dist/tippy.all.min.js"&gt;&lt;/script&gt;</code></pre>
<pre><code class="language-markup">&lt;script src="https://unpkg.com/tippy.js@2.0.0-beta.2/dist/tippy.all.min.js"&gt;&lt;/script&gt;</code></pre>

<p>This is the bundled version which includes Popper.js and automatically injects Tippy's CSS stylesheet
into the document head.</p>
Expand Down

0 comments on commit a1369bb

Please sign in to comment.