Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 525f816

Browse files
authored
Lol
1 parent 413f717 commit 525f816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This wrapper is wrote in Kotlin but is fully supported in Java. But Kotlin is ve
33

44
NOTE: This is not supported for Java 12+
55

6-
#Examples
6+
# Examples
77

8-
######Java:
8+
###### Java:
99
```java
1010
// Creates a new instance of the FortniteAPI class
1111
FortniteAPI api = new FortniteAPI.Builder()
@@ -21,7 +21,7 @@ for(Cosmetic cosmetic : cosmetics){
2121
System.out.println(cosmetic.name);
2222
}
2323
```
24-
######Kotlin
24+
###### Kotlin
2525
```kotlin
2626
// Creates a new instance of the FortniteAPI class
2727
val api: FortniteAPI = FortniteAPI.Builder()
@@ -38,4 +38,4 @@ for(cosmetic in cosmetics){
3838
}
3939
```
4040
The rest of the classes/methods are pretty much self-explanatory.
41-
If you have any issues, suggestions or improvements; Please send me a DM on Discord.
41+
If you have any issues, suggestions or improvements; Please send me a DM on Discord.

0 commit comments

Comments
 (0)