diff options
author | lucko <git@lucko.me> | 2022-02-18 19:10:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 19:10:00 +0000 |
commit | e613641c3332e09cd598a1f44ff4a4a9c405d9a6 (patch) | |
tree | 8625b17636e027494aef1672993d8c5f02b2b82c | |
parent | 963d34cd3122283f88c71686bb3e5d6969b86eb0 (diff) | |
download | spark-e613641c3332e09cd598a1f44ff4a4a9c405d9a6.tar.gz spark-e613641c3332e09cd598a1f44ff4a4a9c405d9a6.tar.bz2 spark-e613641c3332e09cd598a1f44ff4a4a9c405d9a6.zip |
Update readme
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,11 @@ <h1 align="center"> <img alt="spark" - src="https://i.imgur.com/cJ4sYV5.png"> + src="https://i.imgur.com/ykHn9vx.png"> </h1> <h3 align="center"> - spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies. + spark is a performance profiler for Minecraft clients, servers and proxies. </h3> #### Useful Links @@ -18,10 +18,9 @@ spark is made up of three separate components: -| CPU Profiler | Memory Inspection | Server Health Reporting | -| :-------------------------------------------: | :--------------------------------------: | :----------------------------------------: | -| [](#zap-cpu-profiler) | [](#zap-memory-inspection) | [](#zap-server-health-reporting) | -| Diagnose performance issues. | Diagnose memory issues. | Keep track of overall server health. | +* **CPU Profiler**: Diagnose performance issues. +* **Memory Inspection**: Diagnose memory issues. +* **Server Health Reporting**: Keep track of overall server health. ### :zap: CPU Profiler |