diff --git a/README.md b/README.md index 52ffeaa..a5e5d29 100644 --- a/README.md +++ b/README.md @@ -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")!!)