From bc09686f9016897ceeb927b6e3801499e12df3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldin=20Kova=C4=8Devi=C4=87?= Date: Mon, 18 Feb 2019 12:18:35 +0100 Subject: [PATCH] Updated README file. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index da9025a..dc92080 100644 --- a/README.md +++ b/README.md @@ -55,19 +55,19 @@ path/to/project ``` Rundown of main project components: -`app`: the main application folder +- `app`: the main application folder - `models`: models used for requests/responses - `routes`: definition of API routes - `utils`: application utilites, such as validtors and loggers -`config`: configuration file(s) -`docs`: Swagger documentation files -`logs`: logs storage -`tests`: application tests folder +- `config`: configuration file(s) +- `docs`: Swagger documentation files +- `logs`: logs storage +- `tests`: application tests folder - `build`: any compiled files resulting form tests (code coverage, etc.) - `src`: test source files -`vendor`: location of all libraries and third-party code -`index.php`: API entry point and inclusion of all requried files -`phpunit.xml`: PHPUnit testing configuration +- `vendor`: location of all libraries and third-party code +- `index.php`: API entry point and inclusion of all requried files +- `phpunit.xml`: PHPUnit testing configuration ### Working on the project