From 29d99fecfe9d4d806d1c23e5355a18de9e8ec651 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 7 Jun 2022 23:41:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87f3e1dd..37a76397 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.19 You can easily include BCLib into your own mod by adding the following to your `build.gradle`: -```json +``` repositories { ... maven { url 'https://jitpack.io' } } ``` -```json +``` dependencies { ... modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"