From bed70f4716b216c568282e788df1cd3b837c8bf8 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 18 Dec 2013 20:09:17 -0800 Subject: [PATCH] docs --- docs/guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index dd1b17f..32e2034 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1,4 +1,9 @@ +# Guide + + This guide covers Koa topics are not directly API related, such as best practices for writing middleware, + application structure suggestions. + ## Writing Middleware Koa middleware are simple functions which return a `GeneratorFunction`, and accept another. When