diff --git a/README.md b/README.md
index c8aef79..2096f2f 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,10 @@ public class Main {
The recommended way to get AT4J is to use a build manager, like Gradle or Maven.
-### [AT4J Dependency](https://github.com/brenoepics/at4j/packages/2037740)
+### AT4J Dependency
-#### Gradle
- Adding dependency
+ Gradle
```gradle
repositories {
@@ -75,10 +74,8 @@ repositories {
dependencies { implementation 'com.github.brenoepics:at4j:0.0.1' }
```
-
-#### Maven
- Adding dependency
+ Maven
Add the Jit Pack repository to your `pom.xml`:
```xml