Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jul 1, 2022
1 parent 6590921 commit da12d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h4>CDN</h4>
</code></pre>
<p>To use as a <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules">ES-module</a></p>
<pre class="prettyprint source lang-html"><code>&lt;script type=&quot;module&quot;>
import base64 from &quot;https://cdn.jsdelivr.net/npm/hexagon/base64@1/dist/base64.min.mjs&quot;;
import base64 from &quot;https://cdn.jsdelivr.net/npm/@hexagon/base64@1/dist/base64.min.mjs&quot;;

// ... see usage section ...
&lt;/script>
Expand Down

0 comments on commit da12d52

Please sign in to comment.