diff --git a/README.md b/README.md index 6cdcd75fd301bf9b5e57e05ef4d315e5aa79a260..d2ec199f541ac0978f2c880d20d8e9c5c6cc0a08 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ To find objects by location, use the following scopes: Venue.near('Omaha, NE, US', 20) # venues within 20 miles of Omaha Venue.near([40.71, 100.23], 20) # venues within 20 miles of a point + Venue.near([40.71, 100.23], 20, :units => :km) + # venues within 20 kilometres of a point Venue.geocoded # venues with coordinates Venue.not_geocoded # venues without coordinates