Skip to content

Commit e54f15b

Browse files
authored
Update README.md
1 parent d40462f commit e54f15b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Double temperature = TempUnitConverter.convertToCelsius(response.getMain().getTe
4646

4747
To get other details you can use:
4848
```Java
49-
Double temperature = TempUnitConverter.convertToCelsius(response.getMain().getTemp());
5049
String location = response.getName();
5150
String humidity= response.getMain().getHumidity();
5251
String pressure = response.getMain().getPressure();

0 commit comments

Comments
 (0)