Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Sep 19, 2022
1 parent da291c0 commit 5240487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>Installation</h2>
<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>
<ul>
<li>and importing the libary as an EcmaScript module:
<li>and importing the libary as an ECMAScript module:
<pre><code class="prettyprint">import * as zip from "@zip.js/zip.js";</code></pre>
</li>
<li>or as a CommonJS module:
Expand Down

0 comments on commit 5240487

Please sign in to comment.