From 84f66b45b4eb634b4a86124f1817e0e012be0724 Mon Sep 17 00:00:00 2001
From: Mantas Simkus <mantas.simkus@ongr.io>
Date: Thu, 6 Aug 2015 12:09:19 +0300
Subject: [PATCH] edited HistogramAggregation docs

---
 docs/Aggregation/Histogram.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Aggregation/Histogram.md b/docs/Aggregation/Histogram.md
index be18516..b4e67fd 100644
--- a/docs/Aggregation/Histogram.md
+++ b/docs/Aggregation/Histogram.md
@@ -10,7 +10,7 @@ the documents. It dynamically builds fixed size (a.k.a. interval) buckets over t
 ```JSON
 {
     "aggregations": {
-        "agg_prices": {
+        "prices": {
             "histogram": {
                 "field": "price",
                 "interval": 50
-- 
GitLab