Skip to content

Commit bbf9b4f

Browse files
committed
fix: small layout adjustment in README
1 parent b57afc4 commit bbf9b4f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Java CI with Maven](https://github.com/irockel/tda/actions/workflows/build.yml/badge.svg)](https://github.com/irockel/tda/actions/workflows/build.yml)
2+
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/irockel/tda/issues?q=is%3Aissue+is%3Aopen+label%3Adependencies)
3+
[![Dependencies](https://img.shields.io/librariesio/github/irockel/tda)](https://libraries.io/github/irockel/tda)
4+
[![License](https://img.shields.io/github/license/irockel/tda)](LICENSE)
15

26
# TDA - Thread Dump Analyzer
37

@@ -10,11 +14,6 @@
1014
> * **Native macOS Support**: Now providing a dedicated macOS binary.
1115
> * **Logging**: Especially for troubleshooting in MCP Mode.
1216
13-
[![Java CI with Maven](https://github.com/irockel/tda/actions/workflows/build.yml/badge.svg)](https://github.com/irockel/tda/actions/workflows/build.yml)
14-
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/irockel/tda/issues?q=is%3Aissue+is%3Aopen+label%3Adependencies)
15-
[![Dependencies](https://img.shields.io/librariesio/github/irockel/tda)](https://libraries.io/github/irockel/tda)
16-
[![License](https://img.shields.io/github/license/irockel/tda)](LICENSE)
17-
1817
TDA (Thread Dump Analyzer) for Java is a powerful yet lightweight Swing GUI and **MCP Server** for analyzing Thread Dumps and Heap
1918
Information generated by the Java VM. It is designed to assist in diagnosing performance issues, deadlocks, and
2019
memory problems in Java applications. With its MCP capabilities, TDA can be seamlessly integrated into AI-powered

0 commit comments

Comments
 (0)