diff --git a/README.md b/README.md
index 408fdd6..d5ed588 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,9 @@ Import your module as :
- JavaScript native browser ES6 mod
```html
- import as bcu from 'bigint-mod-arith'
- ... // your code here
+ import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
+ ... // your code here
+
```
- JavaScript native browser IIFE
```html
diff --git a/src/doc/readme-template.md b/src/doc/readme-template.md
index 3eee45d..cabc544 100644
--- a/src/doc/readme-template.md
+++ b/src/doc/readme-template.md
@@ -36,11 +36,9 @@ Import your module as :
- JavaScript native browser ES6 mod
```html
- import as bcu from 'bigint-mod-arith'
- ... // your code here
+ import * as bigintModArith from 'lib/index.browser.bundle.mod.js' // Use you actual path to the broser mod bundle
+ ... // your code here
+
```
- JavaScript native browser IIFE
```html