From 83f7dab44e4dbf4b6b17adda1e1c3ec830d6cf6a Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Sun, 30 Mar 2014 16:10:35 -0700 Subject: [PATCH] The example app is a command --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.go b/example/main.go index 54baf2a..31329b9 100644 --- a/example/main.go +++ b/example/main.go @@ -1,4 +1,4 @@ -// Package example is a sample application built with Goji. Its goal is to give +// Command example is a sample application built with Goji. Its goal is to give // you a taste for what Goji looks like in the real world by artificially using // all of its features. //