Skip to content

Commit

Permalink
Make README more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion authored Aug 12, 2024
1 parent 16a34c9 commit bafb000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ You also need to shade the library into your final jar. You can do this by choos
<dependencies>
<dependency>
<groupId>com.github.vaperion.blade</groupId>
<!-- Replace PLATFORM with the platform you want to use: paper (for 1.13+ Paper servers), bukkit (for <1.13 Paper servers & all Bukkit servers), or velocity -->
<!-- Replace PLATFORM with the platform you want to use: -->
<!-- * paper: 1.13+ Paper servers -->
<!-- * bukkit: <1.13 Paper servers & all Bukkit servers -->
<!-- * velocity: Velocity servers -->
<artifactId>PLATFORM</artifactId>
<!-- Replace VERSION with your desired version -->
<version>VERSION</version>
Expand Down

0 comments on commit bafb000

Please sign in to comment.