Skip to content

Commit

Permalink
Cleanup Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex authored Aug 30, 2024
1 parent 2efef42 commit e2ea91e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# javgent [![Build](https://img.shields.io/github/workflow/status/BaseMC/javgent/Release)](https://github.com/BaseMC/javgent/actions?query=workflow%3A%22Release%22) [![Latest Version](https://img.shields.io/github/v/release/BaseMC/javgent)](https://github.com/BaseMC/javgent/releases)
[![Latest Version](https://img.shields.io/github/v/release/BaseMC/javgent)](https://github.com/BaseMC/javgent/releases)
# javgent
Deobfuscates jars (.class-files) with mappings

Mainly written as utility for [Aves](https://github.com/BaseMC/Aves) → Java-Aves-Agent
Expand All @@ -11,7 +12,7 @@ Uses [ASM](https://asm.ow2.io/) to make obfuscated java files readable (at least

### [Usage](docs/Usage.md)

### [Developing](docs/Developing.md) [![Build Develop](https://img.shields.io/github/workflow/status/BaseMC/javgent/Check%20Build/develop?label=build%20develop)](https://github.com/BaseMC/javgent/actions?query=workflow%3A%22Check+Build%22+branch%3Adevelop)
### [Developing](docs/Developing.md)

### [Building](docs/Building.md)

Expand Down

0 comments on commit e2ea91e

Please sign in to comment.