From d5490fb52bbf2877b92cdeefbc1f84ef47ca56ed Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 17 Nov 2012 07:10:20 -0800 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce352e5..f3165e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Go by Example -Content and toolchain for [Go by Example](https://gobyexample.com). +Content, toolchain, and web server for [Go by Example](https://gobyexample.com). ### Overview @@ -10,10 +10,9 @@ comments from source files in `examples` and rendering that data via the site `templates`. The programs implementing this build process are in `tools`. -The build process produces a directory of static files -suitable for serving by any modern HTTP server. The -Go by Example site is served by a -[lightweight Go server](https://github.com/mmcgrana/gobyexample-server). +The build process produces a directory of static files - +`public` - suitable for serving by any modern HTTP server. +We include a lightweight Go server in `server.go`. ### Building