Skip to content

Commit baf3aeb

Browse files
committed
README logo & link
1 parent 0a57cb2 commit baf3aeb

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
4444
## Features
4545

4646
- Distributed tracing enabled across microservices applications
47-
- Supports <img src="./app/assets/http-logo-color.png" alt="HTTP" title="HTTP" align="center" height="20" /> and <img src="./app/assets/grpc-logo-color.png" alt="gRPC" title="gRPC" align="center" height="20" /> protocols
47+
- Supports <img src="./app/assets/http-logo-color.png" alt="HTTP" title="HTTP" align="center" height="20" /> protocol, with <img src="./app/assets/grpc-logo-color.png" alt="gRPC" title="gRPC" align="center" height="20" /> _coming soon_
4848
- Compatible with <img src="./app/assets/graphql-logo-color.png" alt="GraphQL" title="GraphQL" align="center" height="20" />
4949
- Provides <img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="20" /> container stats (e.g. ID, memory usage %, CPU usage %, running processes, etc.)
5050
- Supports <img src="./app/assets/postgres-logo-color.png" alt="PostgreSQL" title="PostgreSQL" align="center" height="20" /> and <img src="./app/assets/mongo-logo-color.png" alt="MongoDB" title="MongoDB" align="center" height="20" /> databases
@@ -55,12 +55,6 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
5555

5656
## Demo
5757

58-
Add text here<br>
59-
Add text here<br>
60-
Add text here<br>
61-
Add text here<br>
62-
Add text here<br>
63-
6458
<img src="./app/assets/Chronos-Demo.gif" alt="Chronos-Demo" title="Chronos-Demo" align="center" height="500" />
6559

6660
#
@@ -84,7 +78,6 @@ If you're installing Chronos into a microservices application, and you have diff
8478
```npm rebuild```
8579
in each microservices folder **after you roll back to version 12.18.3.**
8680
<br>
87-
<br>
8881

8982
### 2. Install Dependencies
9083

@@ -155,6 +148,7 @@ app.use('/', chronos.track());
155148
```
156149

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

159153
### 5. Docker Configuration
160154

@@ -289,7 +283,7 @@ The **'middleware'** branch is the current codebase for the <img src="./app/asse
289283
- <img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="30" />
290284
- <img src="./app/assets/express-logo-color.png" alt="Express" title="Express" align="center" height="30" />
291285
- <img src="./app/assets/http-logo-color.png" alt="HTTP" title="HTTP" align="center" height="30" />
292-
- <img src="./app/assets/grpc-logo-color.png" alt="gRPC" title="gRPC" align="center" height="30" />
286+
- <img src="./app/assets/grpc-logo-color.png" alt="gRPC" title="gRPC" align="center" height="30" /> _coming soon_
293287
- <img src="./app/assets/graphql-logo-color.png" alt="GraphQL" title="GraphQL" align="center" height="30" />
294288
- <img src="./app/assets/docker-logo-color.png" alt="Docker" title="Docker" align="center" height="30" />
295289
- <img src="./app/assets/aws-logo-color.png" alt="AWS" title="AWS" align="center" height="30" />

0 commit comments

Comments
 (0)