From db4f0b79bae078d679c7df0acf6993ae0cd2d59b Mon Sep 17 00:00:00 2001 From: John Newby Date: Thu, 1 Aug 2019 16:04:07 +0200 Subject: [PATCH] Wording made clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7259f0b..119e4d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ FFI export of Ethereum's ecrecover prerequisite: -- a checked out copy of parity-ethereum (https://github.com/paritytech/parity-ethereum) checked out in the same directory this is +- a checked out copy of parity-ethereum (https://github.com/paritytech/parity-ethereum) checked out in the same directory this is (i.e. it will be references as `../parity-ethereum`) to compile: `cargo build`