From c507b89425689c1a3007ba2986503152174dc89c Mon Sep 17 00:00:00 2001 From: DrPeterVanNostrand Date: Wed, 10 Oct 2018 15:39:02 +0000 Subject: [PATCH] Fix readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044bde1..247156f 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Building `poagov` requires Rust `1.29.0-stable` or later and `libssl`; see the ### Testing -You can run `poagov`'s tests to ensure that it everything is working properly: +You can run `poagov`'s tests to ensure that everything is working properly: $ cargo test --release -The test suite will verify: that the required env-vars are found the `.env` +The test suite will verify: that the required env-vars are found in the `.env` file, that each network's JSON-RPC server can be reached, and that each contract ABI can be loaded.