diff --git a/README.md b/README.md
index dec8258..d7f2ab8 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,17 @@ x0.15 | 15% original height, proportional width |
cx175,cw400,ch300,100x | crop to 400x300px starting at (175,0), scale to 100px wide |
+The [smart crop feature](https://godoc.org/willnorris.com/go/imageproxy#hdr-Smart_Crop)
+can best be seen by comparing crops of [this source image][judah-sheets], with
+and without smart crop enabled.
+
+Options | Meaning | Image
+--------|------------------------------------------|------
+150x300 | 150x300px, standard crop |
+150x300,sc | 150x300px, smart crop |
+
+[judah-sheets]: https://judahnorris.com/images/judah-sheets.jpg
+
Transformation also works on animated gifs. Here is [this source
image][material-animation] resized to 200px square and rotated 270 degrees:
@@ -75,11 +86,6 @@ image][material-animation] resized to 200px square and rotated 270 degrees:
-The smart crop feature can best be seen by comparing the following images, with and without smart crop.
-
-
-
-
## Getting Started ##
Install the package using: