From c7c75b63880583ab17377e877e3886b33d211b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Kr=C3=BCger?= Date: Sun, 3 Nov 2024 16:50:10 +0100 Subject: [PATCH] doc: add http module to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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")!!)