Updated build instructions to use tools/ instead of tool/

The build instructions seem to have a typo.  The console commands listed use tool/ instead of tools/.
This commit is contained in:
adamjgray 2012-10-11 14:27:30 -03:00
parent 327bfe6520
commit f313b49cf2

View File

@ -21,14 +21,14 @@ Go by Example site is served by a
To build the site: To build the site:
```console ```console
$ tool/build $ tools/build
$ open site/index.html $ open site/index.html
``` ```
To build continuously in a loop: To build continuously in a loop:
```console ```console
$ tool/build-loop $ tools/build-loop
``` ```
Builds require the [`pygmentize`](http://pygments.org/) Builds require the [`pygmentize`](http://pygments.org/)