diff --git a/src/filters/colormatrix/ColorMatrixFilter.js b/src/filters/colormatrix/ColorMatrixFilter.js index e1d647a..8ab60d9 100644 --- a/src/filters/colormatrix/ColorMatrixFilter.js +++ b/src/filters/colormatrix/ColorMatrixFilter.js @@ -8,7 +8,7 @@ * with a new set of RGBA color and alpha values. It's pretty powerful! * * ```js - * let colorMatrix = new PIXI.ColorMatrixFilter(); + * let colorMatrix = new PIXI.filters.ColorMatrixFilter(); * container.filters = [colorMatrix]; * colorMatrix.contrast(2); * ```