From 07f874204a23d1f8b702a78fa360eb4a22675b20 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 14:25:20 -0700 Subject: [PATCH] link up server --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 798e78f..d46bb0b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ the `.go` and `.sh` source files in `src` and rendering that data according to `meta` and `templates` via programs in `tool`. +The generated contented is served by the a +[lightweight server](https://github.com/mmcgrana/gobyexample-server). + ### Usage