From c537d0883bbb5799c884a4cf5108dcafd1fc8c8e Mon Sep 17 00:00:00 2001 From: Jasmine Karthikeyan <25208576+jaskarth@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:56:06 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9e37cc6eb..115b94172e 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ You can then run Vineflower with `java -jar vineflower.jar `` can be a jar, zip, folder, or class file, and `` can be a folder, zip, jar, or excluded, to print to the console. -To use Vineflower as a library, you can find distributions on [Quilt's maven](https://maven.quiltmc.org/repository/release/) or on maven central. +To use Vineflower as a library, you can find distributions on maven central. Vineflower can be imported with gradle with: ```groovy dependencies { - implementation 'org.quiltmc:quiltflower:' + implementation 'org.vineflower:vineflower:' } ``` Instructions on how to interface with Vineflower can be found on [the wiki.](https://github.com/Vineflower/vineflower/wiki)