From a1f6859a01a9a87c78b180e89f903d5403321c45 Mon Sep 17 00:00:00 2001 From: nrstott Date: Fri, 9 Dec 2011 12:01:47 -0600 Subject: [PATCH] updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414038d..f7cdabf 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ with `app.use`. To start the application, use the `start` method. app.use(bogart.batteries); var router = bogart.router(); - // Setup Routes + // NOTE: Here you would normally add some routes. app.use(router); app.start();