Skip to content

Commit c537d08

Browse files
committed
Update readme
1 parent f9725d1 commit c537d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You can then run Vineflower with `java -jar vineflower.jar <arguments> <source>
1919
`<source>` can be a jar, zip, folder, or class file, and `<destination>` can be a folder, zip, jar, or excluded, to print to the console.
2020

2121

22-
To use Vineflower as a library, you can find distributions on [Quilt's maven](https://maven.quiltmc.org/repository/release/) or on maven central.
22+
To use Vineflower as a library, you can find distributions on maven central.
2323
Vineflower can be imported with gradle with:
2424
```groovy
2525
dependencies {
26-
implementation 'org.quiltmc:quiltflower:<version>'
26+
implementation 'org.vineflower:vineflower:<version>'
2727
}
2828
```
2929
Instructions on how to interface with Vineflower can be found on [the wiki.](https://github.com/Vineflower/vineflower/wiki)

0 commit comments

Comments
 (0)