diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-19 19:57:46 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-19 19:57:46 +0530 |
| commit | cfbfbe5883eb62c1c1cf5d1a95a333891cdd5014 (patch) | |
| tree | eabeebd6bab8390fc3ecdbd1b9f685b756bc48c2 /CONTRIBUTING.md | |
| parent | 255e4823c93f195c093748c6f3581585892b7179 (diff) | |
| download | aniwatch-api-cfbfbe5883eb62c1c1cf5d1a95a333891cdd5014.tar.xz aniwatch-api-cfbfbe5883eb62c1c1cf5d1a95a333891cdd5014.zip | |
docs: changed `models` dir to `types`
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 <new-branch-name> - `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 |
