Skip to content

Commit 612e81e

Browse files
committed
READ logo & link
1 parent df34ff3 commit 612e81e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
2020
- [Features](#features)
2121
- [Demo](#demo)
2222
- [Installation](#installation)
23-
1. [Pre-Installation](#1.-pre-installation)
24-
2. [Install Dependencies](#2.-install-dependencies)
25-
3. [Configure Chronos](#3.-configure-chronos)
26-
4. [Initialize Chronos](#4.-initialize-chronos)
27-
5. [Docker Configuration](#5.-docker-configuration)
23+
- [Pre-Installation](#pre-installation)
24+
- [Install Dependencies](#install-dependencies)
25+
- [Configure Chronos](#configure-chronos)
26+
- [Initialize Chronos](#initialize-chronos)
27+
- [Docker Configuration](#docker-configuration)
2828
- [Notifications](#notifications)
2929
- [Slack](#slack)
3030
- [Email](#email)
@@ -67,7 +67,7 @@ This is for the latest Chronos version **5.1 release and later**.
6767
- Stable release: 5.1.0
6868
- LTS release: 5.0.1
6969

70-
### 1. Pre-Installation
70+
### Pre-Installation
7171
Make sure you're running version 12.18.3 of <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a></a>, which is the most recent LTS (long-term support) version.
7272

7373
If you need to roll back from <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a> 14.9.0, make sure to run
@@ -79,14 +79,14 @@ If you're installing Chronos into a microservices application, and you have diff
7979
in each microservices folder **after you roll back to version 12.18.3.**
8080
<br>
8181

82-
### 2. Install Dependencies
82+
### Install Dependencies
8383

8484
To use Chronos in your existing application, download and install the following in the **root directory** of _each of your microservice applications_:
8585
```
8686
npm install chronos-tracker
8787
```
8888

89-
### 3. Configure Chronos
89+
### Configure Chronos
9090

9191
Similarly, in the **root directory** of _each of your microservice applications_, create a `chronos-config.js` file with properties listed below:
9292

@@ -125,7 +125,7 @@ The `notifications` property is optional. Jump to the section below, [Notificati
125125
<br>
126126
<br>
127127

128-
### 4. Initialize Chronos
128+
### Initialize Chronos
129129

130130
Wherever you create an instance of your server (see example below),
131131

@@ -147,10 +147,10 @@ chronos.propagate();
147147
app.use('/', chronos.track());
148148
```
149149

150-
You should be good to go! The last step, Step #5, is **only applicable** if you need to configure <a href="#"><img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="20" /></a> for your application.
150+
You should be good to go! The last step, **Docker Configuration**, is **only applicable** if you need to configure <a href="#"><img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="20" /></a> for your application.
151151
<br>
152152

153-
### 5. Docker Configuration
153+
### Docker Configuration
154154

155155
Again, this step is **only applicable** if you are currently using <a href="#"><img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="20" /></a> containers for your microservices.
156156

0 commit comments

Comments
 (0)