Skip to content

Commit 208607e

Browse files
Merge pull request #5 from TechnicallyCoded/test
Update README.md
2 parents 8f9f24f + 3c6ef2f commit 208607e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Note: This project is still in its early stages and may make frequent breaking c
2828
</dependency>
2929
</dependencies>
3030
```
31-
**!! You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins !!**
31+
> [!WARNING]\
32+
> You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins!
3233
3334
***
3435

@@ -45,7 +46,8 @@ dependencies {
4546
implementation "com.tcoded:FoliaLib:[VERSION]"
4647
}
4748
```
48-
**!! You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins !!**
49+
> [!WARNING]\
50+
> You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins!
4951
5052
## How to use
5153
Create a new instance of the FoliaLib class:
@@ -85,4 +87,4 @@ foliaLib.getImpl().runAtEntity(entity, () -> {/* Code */});
8587
```
8688

8789
## License
88-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
90+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)