Skip to content

Commit 167d36e

Browse files
committed
Fix
1 parent e638b7d commit 167d36e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44

55
# Workflow
66

7-
- Develop on Branches
8-
- Merge into `qa` this will deploy the qa stage
9-
- Merge into `master` this will deploy the prod stage
7+
- Develop on Branches
8+
- Merge into `main` will deploy the prod stage
109

1110
# Testing
1211

1312
```
1413
pytest
1514
```
1615

17-
All files should have a cooresponding test_<name>.py file within the same
16+
All files should have a cooresponding test\_<name>.py file within the same
1817
directory. There is no separate test directory and this will allow us to keep
1918
the tests and code in sync.

0 commit comments

Comments
 (0)