From 23d088e046f7c0a2d5341f8557b651a84cd95dbb Mon Sep 17 00:00:00 2001 From: yslcrypto Date: Mon, 13 Jul 2020 23:43:39 +0200 Subject: [PATCH] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00fec67..73219cd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The formats used in this library for the multi-party computation are compatible This library uses the compiled circuits generated by the [circom](https://github.com/iden3/circom) compiler. -It works in `node.js` as well as directly in the [browser](#in-the-browser). +It works in [`node.js`](#using-node) as well as directly in the [browser](#in-the-browser). It's an [ES module](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), so it can be directly imported into bigger projects using [Rollup](https://rollupjs.org/guide/en/) or [Webpack](https://webpack.js.org/).