Merge pull request #21 from HackSoftware/fix-readmy-typos

Fix README typos
This commit is contained in:
Ivaylo Donchev 2019-08-19 16:30:19 +03:00 committed by GitHub
commit cd528118c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,7 +587,7 @@ project_name
│   ├── models
│   │   └── test_some_model_name.py
│   ├── selectors
│   │   └── test_some_selector_name.pyy
│   │   └── test_some_selector_name.py
│   └── services
│   ├── __init__.py
│   └── test_some_service_name.py
@ -786,7 +786,7 @@ def buy_item(
The service:
* Calls a selector for validation
* Create ORM object
* Creates ORM object
* Calls a task
**Those are our tests:**