Skip to content

Commit b7c18bd

Browse files
committed
2 parents ab2f487 + e0e6874 commit b7c18bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## OpenWeatherMap-Java-Library
1+
## OpenWeatherMap-Android-Library
22

33
**You need an API Key to use the OpenWeatherMap API. Head on over to their [website](http://openweathermap.org/) if you don't already have one.**
44

@@ -97,7 +97,7 @@ helper.getCurrentWeatherByCityName("Accra", new OpenWeatherMapHelper.CurrentWeat
9797
});
9898

9999
```
100-
#### Get current weather by City Geographic Coordinates:
100+
#### Get current weather by Geographic Coordinates:
101101

102102
```java
103103
helper.getCurrentWeatherByGeoCoordinates(5.6037, 0.1870, new OpenWeatherMapHelper.CurrentWeatherCallback() {
@@ -119,7 +119,7 @@ helper.getCurrentWeatherByCityName("Accra", new OpenWeatherMapHelper.CurrentWeat
119119
});
120120

121121
```
122-
#### Get current weather by City Zip Code:
122+
#### Get current weather by Zip Code:
123123
```java
124124
helper.getCurrentWeatherByZipCode("90003", new OpenWeatherMapHelper.CurrentWeatherCallback() {
125125
@Override

0 commit comments

Comments
 (0)