Skip to content

Commit c20863e

Browse files
committed
Update README.md to include the dependencies in gradle example
1 parent 915b8c5 commit c20863e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ You can then include the dependency in your project.
3838
```
3939

4040
```gradle
41-
implementation 'net.hypixel:mod-api:0.1.6'
41+
dependencies {
42+
implementation 'net.hypixel:mod-api:0.1.6'
43+
}
4244
```

0 commit comments

Comments
 (0)