Skip to content

Commit

Permalink
remove deno.land link
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Mar 28, 2024
1 parent 3d8b55b commit 380b108
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h2>Installation</h2>
</p>
<p>You can get the code via:</p>
<ul>
<li><a href="https://deno.land/x/zipjs">deno.land/x</a> by importing zip.js:
<pre><code class="prettyprint">import * as zip from "https://deno.land/x/zipjs/index.js";</code></pre>
<li><a href="https://jsr.io/@zip-js/zip-js">jsr</a> by importing zip.js:
<pre><code class="prettyprint">import * as zip from "jsr:@zip-js/zip-js";</code></pre>
</li>
<li>or <a href="https://www.npmjs.com/package/@zip.js/zip.js">NPM</a> by running:
<pre>$ npm install @zip.js/zip.js</pre>
Expand All @@ -97,9 +97,6 @@ <h2>Installation</h2>
</li>
</ul>
</li>
<li>or <a href="https://jsr.io/@zip-js/zip-js">jsr</a> by importing zip.js:
<pre><code class="prettyprint">import * as zip from "jsr:@zip-js/zip-js";</code></pre>
</li>
</ul>
<p>You can also install manually the library by adding <code>zip.min.js</code> from the
<code><a href="https://github.com/gildas-lormeau/zip.js/tree/master/dist" target="repository">/dist</a></code>
Expand Down

0 comments on commit 380b108

Please sign in to comment.