diff --git a/README.md b/README.md
index 7e7238c..3021b11 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re
```xml
- me.carleslc.Simple-YAML
+ com.github.Carleslc.Simple-YAML
Simple-Yaml
1.8.4
@@ -63,7 +63,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re
```xml
- me.carleslc.Simple-YAML
+ com.github.Carleslc.Simple-YAML
Simple-Configuration
1.8.4
@@ -88,7 +88,7 @@ allprojects {
```gradle
dependencies {
- implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.4'
+ implementation 'com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4'
}
```
@@ -99,7 +99,7 @@ dependencies {
```gradle
dependencies {
- implementation 'me.carleslc.Simple-YAML:Simple-Configuration:1.8.4'
+ implementation 'com.github.Carleslc.Simple-YAML:Simple-Configuration:1.8.4'
}
```
@@ -143,4 +143,4 @@ Have a look to these repositories:
- [HOCON](https://github.com/portlek/hocongration)
- [TOML](https://github.com/portlek/tomlgration)
-These projects are using the Simple-Configuration module, but they are not related directly with Simple-YAML.
\ No newline at end of file
+These projects are using the Simple-Configuration module, but they are not related directly with Simple-YAML.