Skip to content

Commit

Permalink
fix typo and formatting mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Jul 10, 2024
1 parent 6337dc3 commit 4ce64af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ part (enclosed by `{}` or `[]`).

### Other

If you need help with any of my mods just join my [discord server](https://nyon.dev/discord)
If you need help with any of my mods just join my [discord server](https://nyon.dev/discord).
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tasks {

val changelogText = buildString {
append("# v${project.version}\n")
if (beta != null) append("### As this is still a beta version, this version can contain bugs. Feel free to report ANY misbehaviours and errors!")
if (beta != null) appendLine("### As this is still a beta version, this version can contain bugs. Feel free to report ANY misbehaviours and errors!")
rootDir.resolve("changelog.md").readText().also(::append)
}

Expand Down

0 comments on commit 4ce64af

Please sign in to comment.