Skip to content

Commit 67ecaf5

Browse files
committed
sligth wording change in readme, no update
1 parent 51353eb commit 67ecaf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/gRPC/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CHRONOS_URI = mongodb+srv://<username>:<password>@cluster0.o2hx5.mongodb.net/<db
2525
2626
ORDER_URI = mongodb+srv://<username>:<password>@cluster0.o2hx5.mongodb.net/<dbname>?retryWrites=true&w=majority
2727
```
28-
- In each Microservice Mode.js file import and set the Microservice_URI
2928
- In each Microservices *chronos-config.js* file, verify that `"mode"` property has a value of `"microservices"`
3029

3130
```
@@ -39,7 +38,7 @@ ORDER_URI = mongodb+srv://<username>:<password>@cluster0.o2hx5.mongodb.net/<dbna
3938
- The URI should be your CHRONOS_URI
4039
4140
42-
**To test the functionality of Chronos using this sample microservices architecture, you must install the [Chronos node module](https://www.npmjs.com/package/chronos-microservice-debugger3) within each microservice. _It is not pre-installed._ Installation instructions for both the Chronos node module and the Chronos desktop visualizer are below:**
41+
**To test the functionality of Chronos using this sample microservices architecture, you must have the [Chronos node module](https://www.npmjs.com/package/chronos-microservice-debugger3) within each microservice. This is already included as a dependency therefore there should be no need to install it manually. But if it is missing from the dependency list, the installation instructions for both the Chronos node module and the Chronos desktop visualizer are below:**
4342
4443
4544
#### Electron desktop application

0 commit comments

Comments
 (0)