Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 12, 2024
1 parent b6222b2 commit 41cd551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41cd551

Please sign in to comment.