Skip to content

Commit ed68818

Browse files
authored
Update README.md
1 parent 640a706 commit ed68818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ accounts includes sample tests for different layers of an instance microservice.
77
- Solitary Unit testing for Services
88
- Integration test for Repositories
99
- Component test for overall rest service test.
10-
- CDC test for API testing in provider side.
10+
- CDC test for API testing on the provider side.
1111

1212
# cheques
1313
cheques is a java sample client application for accounts service and includes a sample consumer test (CDC by Pact).
14-
- CDC test for integration testing with transfer service for consumer side.
14+
- CDC test for integration testing(transfer service), consumer side.
1515
- workflow test(not finished)
1616
# bank-ui
1717
bank-ui is a simple angular application that consumes accounts service and includes unit and consumer tests (CDC by Pact).
@@ -84,7 +84,7 @@ ng serve --proxy-config proxy.conf.json --verbose
8484
8585
```
8686

87-
## How to run whole application by docker compose (accounts,bank-ui)
87+
## How to run the whole application by docker compose (accounts,bank-ui)
8888

8989
Inside microservice-test(root) folder in command run
9090
```

0 commit comments

Comments
 (0)