From b53147456e52809c195ca2ca0dcb33588e777f02 Mon Sep 17 00:00:00 2001 From: paul-wu Date: Mon, 18 May 2015 13:11:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077ba47..195ce2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We implemented the Weil pairing of elliptic curve over $\mathbb{F}_{p^2}$, where **Edit**: We add a new interpreter for this library. -To beluid the interpreter, use the follow compilation command in gcc: +To build the interpreter, use the follow compilation command in gcc: g++ - c Miller.cpp interpreter.cpp elliptic.h g++ -o interpreter interpreter.o Miller.o