Skip to content

Commit 60b2aca

Browse files
committed
README logo & link
1 parent 06d6791 commit 60b2aca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ in each microservices folder **after you roll back to version 12.18.3.**
8787
<br>
8888

8989
### 2. Install Dependencies
90-
To use Chronos in your existing application, download and install the following in the root directory:
90+
91+
To use Chronos in your existing application, download and install the following in the **root directory** of _each of your microservice applications_:
9192
```
9293
npm install chronos-tracker
9394
```
9495

9596
### 3. Configure Chronos
96-
In the root directory of _each of your microservice applications_, do two things:
97-
1. Run `npm install chronos-tracker`
98-
2. Create a `chronos-config.js` file with properties listed below:
97+
98+
Similarly, in the **root directory** of _each of your microservice applications_, create a `chronos-config.js` file with properties listed below:
9999

100100
```js
101101
// A sample `chronos-config.js` file

0 commit comments

Comments
 (0)