Skip to content

Commit 25511cd

Browse files
committed
Updated documentation in README.md
1 parent 8aa1c53 commit 25511cd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ fabric.properties
9292
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
9393
hs_err_pid*
9494

95+
!/.gitignore
96+
!/.gitignore

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ This API also contains some useful features such as a MySQL Java Wrapper and som
2929

3030
```xml
3131
<dependency>
32-
<groupId>com.github.Fernthedev</groupId>
33-
<artifactId>FernAPI</artifactId>
32+
<groupId>com.github.Fernthedev.FernAPI</groupId>
33+
<artifactId>all</artifactId> <!-- Since 1.9b6+: Use name of server platform, or 'all' to include all platforms. Eg. spigot, bungee, sponge, velocity. You may even import the core to implement your own API, though it isn't recommended -->
34+
3435
<!-- Tag can be found in releases at github repository -->
3536
<version>Tag</version>
3637
</dependency>
@@ -47,7 +48,8 @@ repositories {
4748
```gradle
4849
dependencies {
4950
//Tag can be found in releases at github repository
50-
implementation 'com.github.Fernthedev:FernAPI:Tag'
51+
// Since 1.9b6+: Use name of server platform, or 'all' to include all platforms. Eg. spigot, bungee, sponge, velocity. You may even import the core to implement your own API, though it isn't recommended
52+
implementation 'com.github.Fernthedev.FernAPI:all:Tag'
5153
}
5254
```
5355

0 commit comments

Comments
 (0)