@@ -20,7 +20,7 @@ begin
rescue RuntimeError => e
puts e
end
-#Parse JSON
+#Parse JSON
data = JSON.parse(get_call.body)
#print out weather information
puts "#{data["name"]} Weather | Current Temp: #{data["main"]["temp"]} °F | #{data["weather"][0]["description"]}"