From 7214502ddfac84e864bd304bce00dcbcd5196845 Mon Sep 17 00:00:00 2001 From: juanelas Date: Tue, 7 Apr 2020 01:09:43 +0200 Subject: [PATCH] some typos fixed --- README.md | 8 +++----- src/doc/readme-template.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) 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