diff --git a/README.md b/README.md index 8900c72..7cc3001 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# paper-asm +# asm-utils -Houses ASM utilities for Paper projects +Houses ASM utilities for PaperMC projects -## paper-asm (root project) +## asm-utils (root project) Shared ASM utilities diff --git a/settings.gradle.kts b/settings.gradle.kts index d1e5f44..7a50305 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" } -rootProject.name = "paper-asm" +rootProject.name = "asm-utils" include("reflection-rewriter/rewriter") project(":reflection-rewriter/rewriter").name = "reflection-rewriter"