From b979d1a2ff880c55d965c43478dc559182294cb6 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan <mmcgrana@gmail.com> Date: Tue, 9 Oct 2012 07:51:55 -0700 Subject: [PATCH] more optimistic updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db58b41..c5453e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## gobyexample -Source for the [Go by Example](https://mmcgrana.github.com/gobyexample/) +Source for the [Go by Example](https://gobyexample.com) documentation project. @@ -12,7 +12,8 @@ files using a custom site generator. Generation requires the [`pygmentize`](http://pygments.org/) binary for syntax highlighting. -To generate and view the site: +To validate the source, generate the site, and open the +home page in your browser: ```console $ tool/build