Extremely minor typo repair in README.md

It's very pedantic, but I replaced 'due' with 'do'.

> The idiom meaning to manage to get along with the means available is make do, not make due. Make do is short for make [something] do well enough, where do carries the rare sense to serve a specified purpose. So this do is similar to the one used in sentences such as, “I could use a cup of coffee, but tea will do.” (http://grammarist.com/usage/make-do-make-due/)
This commit is contained in:
Joshua Barratt 2016-02-05 10:56:10 -08:00
parent 4bda542bd5
commit 347143d435

View File

@ -45,7 +45,7 @@ Specifically, I required a solution that had the following characteristics:
otherwise known as shell scripts. Scripting languages can work well but are closely tied to the environment in which otherwise known as shell scripts. Scripting languages can work well but are closely tied to the environment in which
they are executed. they are executed.
It soon became apparent to me that utility which met all of my requirements for simply did not exist. After making due It soon became apparent to me that utility which met all of my requirements for simply did not exist. After making do
with a hastily hacked-together Python script for a couple of months, I decided that this problem deserved a clean, with a hastily hacked-together Python script for a couple of months, I decided that this problem deserved a clean,
formal solution. I settled on building this new utility in Go because in addition to the language syntax being clear and formal solution. I settled on building this new utility in Go because in addition to the language syntax being clear and
easy to understand, executables built by the Go compiler are statically linked, making them highly portable. Just drop easy to understand, executables built by the Go compiler are statically linked, making them highly portable. Just drop