From e039971e76dc9b621e454820905b5870673154f1 Mon Sep 17 00:00:00 2001 From: John Newby Date: Thu, 1 Aug 2019 16:04:51 +0200 Subject: [PATCH] Tidied up a little --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 119e4d2..b558a75 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 (i.e. it will be references as `../parity-ethereum`) +- 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 referenced as `../parity-ethereum`) to compile: `cargo build`