diff --git a/src/PNG/Image.php b/src/PNG/Image.php index d0cd254..9f7bf22 100644 --- a/src/PNG/Image.php +++ b/src/PNG/Image.php @@ -5,7 +5,8 @@ /** * Top level Image class. * - * Comments with (sX.Y) refer to relevant section of the specification. + * Comments with (sX.Y) refer to relevant section of the specification, + * which is available at https://www.w3.org/TR/PNG/ . * */ class Image