From f8b0d043baa9d8289c450298202919c6269827ac Mon Sep 17 00:00:00 2001 From: AnthonyLzq Date: Thu, 27 Jan 2022 00:49:22 -0500 Subject: [PATCH] feat: link the example with docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7e69fe..b752927 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ Regardless of the option chosen, a new folder will be generated with the name of 📜yarn.lock (or package-lock.json) ``` +If you want to check the content of the files, please check the [example](https://github.com/AnthonyLzq/simba.js/tree/master/example) folder, there you will an example for both, Express and Fastify. + ### Some considerations - This project was based in other project from my own, [`typescript-project-generator`](https://www.npmjs.com/package/typescript-project-generator), but only considering the `express-mongoose` part.