From cfbfbe5883eb62c1c1cf5d1a95a333891cdd5014 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Fri, 19 Jan 2024 19:57:46 +0530 Subject: docs: changed `models` dir to `types` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 050f15a..d470d24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ git checkout -b - `src` directory contains all the source code required for this project - `controllers` directory contains all the controller logic - - `models` directory contains all types & interfaces used for this project + - `types` directory contains all types & interfaces used for this project - `parsers` directory contains all the parsing aka scraping logic - `routes` directory contains all the routers - `utils` directory contains handy utility methods and properties -- cgit v1.2.3