fixed readme

This commit is contained in:
juanelas 2020-04-06 13:38:52 +02:00
parent 4e52ea75e6
commit 6cfee0efca
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ You can just load the module in a html page as:
```html
<script type="module">
import * as bigintCryptoUtils from "bigint-utils-latest.browser.mod.min.js";
import * as bigintCryptoUtils from "<path to the downloaded index.browser.bundle.mod.js>";
let a = BigInt("5");
let b = BigInt("2");

View File

@ -60,7 +60,7 @@ You can just load the module in a html page as:
```html
<script type="module">
import * as bigintCryptoUtils from "bigint-utils-latest.browser.mod.min.js";
import * as bigintCryptoUtils from "<path to the downloaded index.browser.bundle.mod.js>";
let a = BigInt("5");
let b = BigInt("2");