diff --git a/README.md b/README.md index 497106d..fa9bf74 100644 --- a/README.md +++ b/README.md @@ -1112,7 +1112,7 @@ Restaurant.search("soup", where: {bounds: {geo_shape: {type: "polygon", coordina Falling entirely within the query shape ```ruby -Restaurant.search("salad", where: {bounds: {geo_shape: {type: "circle", relation: "within", coordinates: [{lat: 38, lon: -123}], radius: "1km"}}}) +Restaurant.search("salad", where: {bounds: {geo_shape: {type: "circle", relation: "within", coordinates: {lat: 38, lon: -123}, radius: "1km"}}}) ``` Not touching the query shape -- libgit2 0.21.0