From a786fc1983f2b9c98fc6c33ed853f4fb46e64300 Mon Sep 17 00:00:00 2001 From: Adrian Obelmejias Date: Sat, 19 Mar 2016 11:39:21 -0400 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd19ac5..9d44803 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ git clone https://github.com/adrianObel/koa2-api-boilerplate.git │ ├── index.js # Config entrypoint - exports config according to envionrment and commons │ └── passport.js # Passportjs config of strategies ├── src # Source code -│ ├── controllers # Routes +│ ├── modules +│ │ ├── controller.js # Module-specific controllers +│ │ └── router.js # Router definitions for module │ ├── models # Mongoose models │ └── middleware # Custom middleware │ └── validators # Validation middleware