Skip to content

Commit

Permalink
[FIX] Fix example #1 typo into RCWeather import #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega committed Mar 16, 2021
1 parent a237c19 commit 03ff5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main() {
let locationStr = 'Municipio Especial Isla de la Juventud'
try {
let res = await RCApiClient.get(locationStr)
let weather = new Weather(res.data.data)
let weather = new RCWeather(res.data.data)
console.log(weather.weathertoString())
} catch (err) {
let error = {
Expand Down

0 comments on commit 03ff5b9

Please sign in to comment.