From 7f128eadd8ef24cfd9a2fa619426b25b61c8f293 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 10:39:59 -0700 Subject: [PATCH] more tweaks --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56dbb9e..8e96bbc 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,14 @@ This repo contains: * `templates`: HTML templates and CSS for the site * `tool`: toolchain used to generate the site -The site is built by by extracting the code & comments -from the .go and .sh source files in `src`, and rendering -that data according to `meta` and `templates` via the -programs in `tool`. +The site is built by extracting the code & comments from +the `.go` and `.sh` source files in `src` and rendering +that data according to `meta` and `templates` via programs +in `tool`. ### Usage -Generation requires the [`pygmentize`](http://pygments.org/) -binary for syntax highlighting. - To validate the source, generate the site, and open the home page in your browser: @@ -32,6 +29,9 @@ $ tool/build $ open site/index.html ``` +Generation requires the [`pygmentize`](http://pygments.org/) +binary for syntax highlighting. + ### License