diff --git a/docs/Aggregation/Histogram.md b/docs/Aggregation/Histogram.md
index be18516a4f0ae96ca0245180c2989d9fc79d8104..b4e67fd6edc3abf00467447fcebe08c2f60c013c 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