diff --git a/README.md b/README.md
index c55b46a..0df1317 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ Paid:
```xml
- com.github.prominence
- openweathermap-api
- 3.0.0-SNAPSHOT
+ com.github.prominence
+ openweathermap-api
+ 3.0.0-SNAPSHOT
```
diff --git a/docs/SNAPSHOT.md b/docs/SNAPSHOT.md
index fc62cba..318ed74 100644
--- a/docs/SNAPSHOT.md
+++ b/docs/SNAPSHOT.md
@@ -12,18 +12,50 @@ Other:
```xml
- com.github.prominence
- openweathermap-api
- 3.0.0-SNAPSHOT
+ com.github.prominence
+ openweathermap-api
+ 3.0.0-SNAPSHOT
```
+```xml
+
+ ...
+
+
+ oss.sonatype.org-snapshot
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ false
+
+
+ true
+
+
+ ...
+
+```
+
### Gradle coordinates:
```groovy
implementation 'com.github.prominence:openweathermap-api:3.0.0-SNAPSHOT'
```
+```groovy
+repositories {
+ ...
+ // Repository for snapshot versions
+ maven {
+ url "https://oss.sonatype.org/content/repositories/snapshots"
+ mavenContent {
+ snapshotsOnly()
+ }
+ }
+ ...
+}
+```
+
### How to use:
Firstly, you need to create the instance of `OpenWeatherMapClient` class: