Skip to content

Commit f5d78fb

Browse files
authored
Update README.md
1 parent c6cf097 commit f5d78fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const yr = require('yr-forecast')
8181
const lat = 59.2667259
8282
const lon = 10.4045301
8383

84-
const forecast = await yr.getForecast(lat, lon)
84+
const forecast = await yr.getNowcast(lat, lon)
8585
```
8686

8787
#### Returns

0 commit comments

Comments
 (0)