aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c4fdbb0..13438ce 100644
--- a/readme.md
+++ b/readme.md
@@ -132,9 +132,10 @@ make test_go
# WASM(WebAssembly)
```
-make demo
+mkdir ../bls-wasm
+make ../bls-wasm/bls_c.js
```
-see [BLS signature demo on browser](https://herumi.github.io/bls/demo/bls.html)
+see [BLS signature demo on browser](https://herumi.github.io/bls-wasm/bls-demo.html)
# License