Skip to content

Commit

Permalink
πŸ› fix(README.md): fix string delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrm-en committed Apr 27, 2024
1 parent 1bc3f8b commit 6fe99b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ plugins {
dependencies {
// For depending on a Minecraft JAR-file with both client- and server-classes
implementation "net.minecraft:neoform_joined:<neoform-version>'
implementation 'net.minecraft:neoform_joined:<neoform-version>'
// For depending on the Minecraft client JAR-file
implementation "net.minecraft:neoform_client:<neoform-version>'
implementation 'net.minecraft:neoform_client:<neoform-version>'
// For depending on the Minecraft dedicated server JAR-file
implementation "net.minecraft:neoform_server:<neoform-version>'
implementation 'net.minecraft:neoform_server:<neoform-version>'
}
```

Expand Down

0 comments on commit 6fe99b5

Please sign in to comment.