diff --git a/index.html b/index.html index 9fc993e..cd29812 100755 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@

How does it work?

... <img id="lake-img" src="lake.png" style="display: none;"/> -

Lake.js takes an img element and inserts a canvas element displaying the image and it's flipped reflection directly after the img element.

+

Lake.js takes an img element and inserts a canvas element displaying the image and its flipped reflection directly after the img element.

The new canvas element will be the same width as the original image and double the height.