Incremental tweaks to Readme.
authorSteven Black <redacted>
Fri, 26 Feb 2016 19:54:03 +0000 (14:54 -0500)
committerSteven Black <redacted>
Fri, 26 Feb 2016 19:54:03 +0000 (14:54 -0500)
readme.md
readme_template.md

index 76ae87181c7ba46f818f864acfbff3b91c15217f..23643dd15653a525c76d488f79890c507996c2dc 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -1,13 +1,11 @@
 #Amalgamated hosts file
 
-This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
-with duplicates removed.  You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
-
-**Details about this amalgamated hosts file:**
-
 * Last updated: **February 26 2016**.
 * Contains: **27,149 unique entries**.
 
+This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
+with duplicates removed.  You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
+
 ## Goals of this amalgamated hosts file
 
 The goals of this repo are to:
@@ -55,15 +53,15 @@ versions (from locations defined by the update.info text file in each source's f
 
 ### Usage
 
-Using Python 3:
+#### Using Python 3:
 
     python3 updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
 
-Using Python 2.7:
+#### Using Python 2.7:
 
     python updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
 
-Command line options:
+#### Command line options:
 
 `--auto`, or `-a`: run the script without prompting. When `--auto` is invoked,
 
index b202a523df7fc3002362aa8851a8512ec41fdae2..03f60adbc027b92036637ecbfd9a7e4410f10873 100644 (file)
@@ -1,13 +1,11 @@
 #Amalgamated hosts file
 
-This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
-with duplicates removed.  You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
-
-**Details about this amalgamated hosts file:**
-
 * Last updated: **@GEN_DATE@**.
 * Contains: **@NUM_ENTRIES@ unique entries**.
 
+This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
+with duplicates removed.  You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
+
 ## Goals of this amalgamated hosts file
 
 The goals of this repo are to:
@@ -55,15 +53,15 @@ versions (from locations defined by the update.info text file in each source's f
 
 ### Usage
 
-Using Python 3:
+#### Using Python 3:
 
     python3 updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
 
-Using Python 2.7:
+#### Using Python 2.7:
 
     python updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
 
-Command line options:
+#### Command line options:
 
 `--auto`, or `-a`: run the script without prompting. When `--auto` is invoked,
 
git clone https://git.99rst.org/PROJECT