Skip to content

Commit 3a60e93

Browse files
authored
Update README.md
Small fix
1 parent 7f858fe commit 3a60e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You need to add this dependency into your plugin, then look at under the depende
4545
<groupId>com.github.ForestTechMC</groupId>
4646
<artifactId>ForestColorAPI</artifactId>
4747
<version>VERSION</version>
48-
<scope>provided</scope>
48+
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>
5151
```
@@ -99,4 +99,4 @@ player.sendMessage(ColorAPI.colorizeType(ColorizeType.RGB, "{#b36000}Super RGB c
9999
```
100100

101101
## License
102-
ForestRedisAPI is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/ForestTechMC/ForestColorAPI/blob/master/LICENSE.txt) for more information.
102+
ForestRedisAPI is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/ForestTechMC/ForestColorAPI/blob/master/LICENSE.txt) for more information.

0 commit comments

Comments
 (0)