From 91e2de24198528336af849af5018d25ad99f58f6 Mon Sep 17 00:00:00 2001 From: wangjohn Date: Mon, 25 Aug 2014 22:20:42 -0700 Subject: [PATCH] Fixing typo in example README. --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index acb84d6..8d33103 100644 --- a/example/README.md +++ b/example/README.md @@ -5,6 +5,6 @@ Gritter is an example application built using Goji, where people who have nothing better to do can post short 140-character "greets." A good place to start is with `main.go`, which contains a well-commented -walthrough of Goji's features. Gritter uses a couple custom middlewares, which +walkthrough of Goji's features. Gritter uses a couple custom middlewares, which have been arbitrarily placed in `middleware.go`. Finally some uninteresting "database models" live in `models.go`.