From c99d649646ab4719566ba3628f2b15479417ecef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez=20Serrano?= Date: Sat, 20 Apr 2019 22:16:58 +0200 Subject: [PATCH] Fixed typo in README --- README.hbs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.hbs b/README.hbs index a33d33a..e58420c 100644 --- a/README.hbs +++ b/README.hbs @@ -11,7 +11,7 @@ bigint-crypto-utils can be imported to your project with `npm`: ```bash npm install bigint-crypto-utils ``` -NPM installation defaults to the ES6 module for browsers and the CJS for Node.js. +NPM installation defaults to the ES6 module for browsers and the CJS one for Node.js. For web browsers, you can also directly download the minimised version of the [IIFE file](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.min.js) or the [ES6 module](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.mod.min.js) from GitHub. diff --git a/README.md b/README.md index b19cc6c..d98c057 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ bigint-crypto-utils can be imported to your project with `npm`: ```bash npm install bigint-crypto-utils ``` -NPM installation defaults to the ES6 module for browsers and the CJS for Node.js. +NPM installation defaults to the ES6 module for browsers and the CJS one for Node.js. For web browsers, you can also directly download the minimised version of the [IIFE file](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.min.js) or the [ES6 module](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.mod.min.js) from GitHub.