From 9e72dfc455db9db35818bb7220e2c2620d3b8759 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Mon, 21 Aug 2017 10:32:37 -0700 Subject: [PATCH] Minor spelling fixes to README template --- readme_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme_template.md b/readme_template.md index 3584f5d09..fb6432a15 100644 --- a/readme_template.md +++ b/readme_template.md @@ -47,11 +47,11 @@ To run unit tests, in the top level directory, just run: pip install mock -The `updateHostsFile.py` script, which is python 2.7 and Python 3-compatible, +The `updateHostsFile.py` script, which is Python 2.7 and Python 3-compatible, will generate a unified hosts file based on the sources in the local `data/` -subfolder. The script will prompt you Whether it should fetch updated +subfolder. The script will prompt you whether it should fetch updated versions (from locations defined by the `update.json` text file in each -source's folder), otherwise it will use the `hosts` file that's already there. +source's folder). Otherwise, it will use the `hosts` file that's already there. ### Usage