From 00f45ad93a327463c90921f5938d5415951ea981 Mon Sep 17 00:00:00 2001 From: seongchanchoi Date: Wed, 2 Oct 2019 14:04:21 +0900 Subject: [PATCH] Update README.md [why] - the models use TypeORM instead of Bookshelf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c86e688..00de9690 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ The swagger and the monitor route can be altered in the `.env` file. | **src/api/errors/** | Custom HttpErrors like 404 NotFound | | **src/api/interceptors/** | Interceptors are used to change or replace the data returned to the client. | | **src/api/middlewares/** | Express Middlewares like helmet security features | -| **src/api/models/** | Bookshelf Models | +| **src/api/models/** | TypeORM Models | | **src/api/repositories/** | Repository / DB layer | | **src/api/services/** | Service layer | | **src/api/subscribers/** | Event subscribers |