Fixed README library coordinates.

This commit is contained in:
Alexey Zinchenko 2021-03-26 01:05:07 +03:00
parent cba15e6420
commit e9a5011c5c

View File

@ -26,14 +26,14 @@ Paid:
<dependency> <dependency>
<groupId>com.github.prominence</groupId> <groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId> <artifactId>openweathermap-api</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
``` ```
### Gradle coordinates: ### Gradle coordinates:
```groovy ```groovy
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT') compile('com.github.prominence:openweathermap-api:2.0.0-SNAPSHOT')
``` ```
### Documentation ### Documentation