diff --git a/README.md b/README.md
index 69757d4..4c0c7b3 100644
--- a/README.md
+++ b/README.md
@@ -10,31 +10,19 @@ Please check `DemoTest.java` for examples for now until I find time to update th
### Getting Started:
-Final documentation and README need to be updated then it will be published on Maven Central.
-Right now you can clone this library or add it to your dependencies.
-
1. Add constants-containers library dependency to your project. The latest version is **1.0.0**.
Maven:
```xml
-
- sonatype-releases
- Sonatype releases
- https://s01.oss.sonatype.org/content/repositories/releases
-
-
io.github.mrsaraira
constant-containers
- 1.0.0
+ 1.1.0
```
Gradle:
```
-repositories {
- maven { url "https://s01.oss.sonatype.org/content/repositories/releases" }
-}
dependencies {
implementation 'io.github.mrsaraira:constant-containers:1.0.0'
}