Skip to content

Commit 5ae2dcb

Browse files
committed
README logo & link
1 parent 6482962 commit 5ae2dcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ notifications: [
206206
Chronos provides the option to send <img src="./app/assets/email-icon-black.png" alt="Slack" title="Slack" align="center" height="20" /> emails. The properties that should be provided are the following
207207
- `emails` - The recipient list (string) can be a single email address or multiple as comma seprated values.
208208
- `emailHost` - The smtp host (string) of your email server
209-
- `emailPort` - The email port (integer) is either **465** or **587** depending on the sender email security settings. Learn more about email ports at the [nodemailer docs](https://nodemailer.com/smtp/)
209+
- `emailPort` - The email port (integer) is either **465** or **587** depending on the sender email security settings. Learn more about email ports by reading the [nodemailer docs](https://nodemailer.com/smtp/)
210210
- `user` - The email address (string) of the sender
211211
- `password` - The password (string) of the sender email
212212

@@ -253,6 +253,8 @@ We provide two working example microservice applications in the `master` branch
253253

254254
In the `microservices` folder, we provide a sample microservice application that successfully utilizes Chronos to apply all the powerful, built-in features of our monitoring tool. You can then visualize the data with the <img src="./app/assets/electron-logo-color.png" alt="Electron" title="Electron" align="center" height="20" /> app.
255255

256+
Refer to the [README](link) in the `microservices` folder for more details.
257+
256258
#### _Docker_
257259

258260
In the <img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="20" /> folder within the `master` branch, we provide a sample _dockerized_ microservices application to test out Chronos and to apply distributed tracing across different containers for your testing convenience.

0 commit comments

Comments
 (0)