diff --git a/docs/histogram.html b/docs/histogram.html index dc9415e3..b7446bc9 100644 --- a/docs/histogram.html +++ b/docs/histogram.html @@ -30,7 +30,7 @@ var player = cloudinary.videoPlayer('player', { cloud_name: 'demo', publicId: 'cld-imagine', - histogram: true + showHistogram: true }); }, false); @@ -77,7 +77,7 @@

Example Code:

var player = cloudinary.videoPlayer('player', { cloud_name: 'demo', publicId: 'cld-imagine', - histogram: true + showHistogram: true });