We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40462f commit e54f15bCopy full SHA for e54f15b
README.md
@@ -46,7 +46,6 @@ Double temperature = TempUnitConverter.convertToCelsius(response.getMain().getTe
46
47
To get other details you can use:
48
```Java
49
-Double temperature = TempUnitConverter.convertToCelsius(response.getMain().getTemp());
50
String location = response.getName();
51
String humidity= response.getMain().getHumidity();
52
String pressure = response.getMain().getPressure();
0 commit comments