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
|
||||
... // your code here
|
||||
</script>
|
||||
import as bcu from 'bigint-mod-arith'
|
||||
... // your code here
|
||||
```
|
||||
- JavaScript native browser IIFE
|
||||
```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
|
||||
... // your code here
|
||||
</script>
|
||||
import as bcu from 'bigint-mod-arith'
|
||||
... // your code here
|
||||
```
|
||||
- JavaScript native browser IIFE
|
||||
```html
|
||||
|
|
Loading…
Reference in New Issue