change words to lowwer case in readme.md

This commit is contained in:
Dmitriynj
2020-11-30 12:46:31 +03:00
committed by Daniel Hutzel
parent d3d4b32c79
commit fcd1bf9c20

View File

@@ -6,9 +6,9 @@ It contains these folders and files, following our recommended project layout:
| File or Folder | Purpose |
| -------------- | ------------------------------------ |
| `app/` | Will contain compiled front bundles |
| `app-src/` | Contains frontend app on react |
| `deployers/` | Contains deployment staff |
| `app/` | will contain compiled front bundles |
| `app-src/` | contains frontend app on react |
| `deployers/` | contains deployment staff |
| `db/` | your domain models and data go here |
| `srv/` | your service models and code go here |
| `test/` | your service tests |