diff --git a/filters/color-matrix/src/ColorMatrixFilter.js b/filters/color-matrix/src/ColorMatrixFilter.js index 4a691a2..39ab18a 100644 --- a/filters/color-matrix/src/ColorMatrixFilter.js +++ b/filters/color-matrix/src/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); * ```