changing endings

This commit is contained in:
Dmitriynj
2020-11-30 12:48:14 +03:00
committed by Daniel Hutzel
parent fcd1bf9c20
commit bebc18a3e6

View File

@@ -11,11 +11,11 @@ It contains these folders and files, following our recommended project layout:
| `deployers/` | contains deployment staff |
| `db/` | your domain models and data go here |
| `srv/` | your service models and code go here |
| `test/` | your service tests |
| `test/` | your services tests |
| `package.json` | project metadata and configuration |
| `mta.yaml` | deployment config |
| `readme.md` | this getting started guide |
| `server.js` | initial servers set up |
| `server.js` | initial server set up |
## Start development steps