some typos fixed
This commit is contained in:
parent
e426366eb0
commit
7214502ddf
|
@ -39,8 +39,6 @@ Import your module as :
|
||||||
import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
|
import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
|
||||||
... // your code here
|
... // your code here
|
||||||
</script>
|
</script>
|
||||||
import as bcu from 'bigint-mod-arith'
|
|
||||||
... // your code here
|
|
||||||
```
|
```
|
||||||
- JavaScript native browser IIFE
|
- JavaScript native browser IIFE
|
||||||
```html
|
```html
|
||||||
|
|
|
@ -39,8 +39,6 @@ Import your module as :
|
||||||
import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
|
import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
|
||||||
... // your code here
|
... // your code here
|
||||||
</script>
|
</script>
|
||||||
import as bcu from 'bigint-mod-arith'
|
|
||||||
... // your code here
|
|
||||||
```
|
```
|
||||||
- JavaScript native browser IIFE
|
- JavaScript native browser IIFE
|
||||||
```html
|
```html
|
||||||
|
|
Loading…
Reference in New Issue