diff --git a/example/README.md b/example/README.md index c3b2da0..acb84d6 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 middlwares, which +walthrough 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`.