Browse Source

Merge pull request #58 from wangjohn/master

Fixing typo in example README.
Carl Jackson 11 years ago
parent
commit
9e8d33cb03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example/README.md

+ 1
- 1
example/README.md View File

@ -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." nothing better to do can post short 140-character "greets."
A good place to start is with `main.go`, which contains a well-commented 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 have been arbitrarily placed in `middleware.go`. Finally some uninteresting
"database models" live in `models.go`. "database models" live in `models.go`.

Loading…
Cancel
Save