Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
nrstott committed Dec 9, 2011
1 parent 54d3839 commit a1f6859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -114,7 +114,7 @@ with `app.use`. To start the application, use the `start` method.
app.use(bogart.batteries); app.use(bogart.batteries);


var router = bogart.router(); var router = bogart.router();
// Setup Routes // NOTE: Here you would normally add some routes.


app.use(router); app.use(router);
app.start(); app.start();
Expand Down

0 comments on commit a1f6859

Please sign in to comment.