From 23e4459d567cca2fbb13afbb3aa64636b4c1c102 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Fri, 23 Oct 2015 10:49:39 +0100 Subject: [PATCH] fixing up typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 154b8e75b..85fdfeb39 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Included in this repo are tools shared by weave.git and scope.git. They include the Weave network - ```test```: a script to run all go unit tests in subdirectories, gather the coverage results, and merge them into a single report. -- ```runner```: a tools for running tests in parallel; given each test is - suffixes with the number of hosts it requires, and the host availible are +- ```runner```: a tool for running tests in parallel; given each test is + suffixed with the number of hosts it requires, and the hosts available are contained in the environment variable HOSTS, the tool will run tests in parallel, on different hosts.