From f313b49cf24f23b04e0e69e06cf0b5476e7fbc4b Mon Sep 17 00:00:00 2001 From: adamjgray Date: Thu, 11 Oct 2012 14:27:30 -0300 Subject: [PATCH] Updated build instructions to use tools/ instead of tool/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build instructions seem to have a typo.  The console commands listed use tool/ instead of tools/. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb9927..c9ace85 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Go by Example site is served by a To build the site: ```console -$ tool/build +$ tools/build $ open site/index.html ``` To build continuously in a loop: ```console -$ tool/build-loop +$ tools/build-loop ``` Builds require the [`pygmentize`](http://pygments.org/)