Skip to content

Commit

Permalink
doc: add http module to README
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Nov 3, 2024
1 parent 4615545 commit c7c75b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Add the dependency:
```kt
dependencies {
implementation("net.mcbrawls.inject:api:VERSION")

// HTTP-related things:
implementation("net.mcbrawls.inject:http:VERSION")

// Fabric:
include(modImplementation("net.mcbrawls.inject:fabric:VERSION")!!)
Expand Down

0 comments on commit c7c75b6

Please sign in to comment.