From 9d49fb3f64987642acc96062eefe4d207898d848 Mon Sep 17 00:00:00 2001 From: Gabe D Date: Wed, 24 Jun 2020 13:43:35 -0700 Subject: [PATCH] Adds missing bracket to readme example (#1430) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fc2cb..672659a 100644 --- a/README.md +++ b/README.md @@ -813,7 +813,7 @@ Product.search "pear", aggs: {products_per_year: {date_histogram: {field: :creat For other aggregation types, including sub-aggregations, use `body_options`: ```ruby -Product.search "orange", body_options: {aggs: {price: {histogram: {field: :price, interval: 10}}} +Product.search "orange", body_options: {aggs: {price: {histogram: {field: :price, interval: 10}}}} ``` ## Highlight -- libgit2 0.21.0