Skip to content

Commit 4280fb5

Browse files
authored
cleaned up
1 parent a896293 commit 4280fb5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="readme/new-logo.png" width="400"/>
2-
[![npm version](https://badge.fury.io/js/async-optics.svg)](https://badge.fury.io/js/async-optics)
32

3+
[![npm version](https://badge.fury.io/js/async-optics.svg)](https://badge.fury.io/js/async-optics)
44

5-
AsyncOptics is an asynchronous code viewer, performance monitor, and package monitor for Node.js applications. It is able to track and monitor asynchronous functions with Node.js' Async Hooks and Perf Hooks. *The aggregated information is displayed in a Sankey diagram with hierarchical behavior for asynchronous functions and as a Sunburst graph for information of package monitoring.* The Sankey diagram handles real-time changes for live testing and allows hovering capabilities to show specific information on desired functions on a lower panel.
5+
AsyncOptics is an asynchronous code viewer, performance monitor, and package monitor for Node.js and Mongodb applications. It is able to track and monitor asynchronous processes with Node.js' Async Hooks and Perf Hooks. The aggregated information is displayed in a Sankey diagram with hierarchical behavior of asynchronous functions and as a Sunburst graph for information of package monitoring. The Sankey diagram handles real-time changes for live testing and allows hovering capabilities to show specific information on desired functions on a lower panel.
66

77
### Installation
88

@@ -36,10 +36,7 @@ Any suggestions are welcomed!
3636

3737
## Authors
3838

39-
* **Aleksander Turberville** - [https://github.com/Aturberv](https://github.com/Aturberv)
40-
* **Sarah Renshaw** - [https://github.com/sartra](https://github.com/sartra)
41-
* **Penghe Wu** - [https://github.com/wupenghe92](https://github.com/wupenghe92)
42-
* **Ralph Salazar** - [https://github.com/pjr4lph](https://github.com/pjr4lph)
39+
[Aleksander Turberville](https://github.com/Aturberv) | [Sarah Renshaw](https://github.com/sartra) | [Penghe Wu](https://github.com/wupenghe92) | [Ralph Salazar](https://github.com/pjr4lph)
4340

4441
## License
4542

0 commit comments

Comments
 (0)