Skip to content

Commit 18694e3

Browse files
sanipymcoderhs
authored andcommitted
Documentation updated with added parameter options to all functions
1 parent 4d82f41 commit 18694e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ OpenWeather::Current.city_id("1273874", options)
4545
OpenWeather::Current.geocode(9.94, 76.26 , options)
4646

4747
# get current weather for a list of city ids
48-
OpenWeather::Current.cities([524901, 703448, 2643743])
48+
OpenWeather::Current.cities([524901, 703448, 2643743], options)
4949

5050
# get current weather for a bounding box
5151
OpenWeather::Current.rectangle_zone(12, 32, 15, 37, 10)

0 commit comments

Comments
 (0)