diff --git a/README.md b/README.md
index d1b07f7..eadbb60 100644
--- a/README.md
+++ b/README.md
@@ -63,16 +63,16 @@ source image][small-things], which measures 1024 by 678 pixels.
Options | Meaning | Image
--------|------------------------------------------|------
-200x | 200px wide, proportional height |
-x0.15 | 15% original height, proportional width |
-100x150 | 100 by 150 pixels, cropping as needed |
-100 | 100px square, cropping as needed |
-150,fit | scale to fit 150px square, no cropping |
-100,r90 | 100px square, rotated 90 degrees |
-100,fv,fh | 100px square, flipped horizontal and vertical |
-200x,q60 | 200px wide, proportional height, 60% quality |
-200x,png | 200px wide, converted to PNG format |
-cx175,cw400,ch300,100x | crop to 400x300px starting at (175,0), scale to 100px wide |
+200x | 200px wide, proportional height |
+x0.15 | 15% original height, proportional width |
+100x150 | 100 by 150 pixels, cropping as needed |
+100 | 100px square, cropping as needed |
+150,fit | scale to fit 150px square, no cropping |
+100,r90 | 100px square, rotated 90 degrees |
+100,fv,fh | 100px square, flipped horizontal and vertical |
+200x,q60 | 200px wide, proportional height, 60% quality |
+200x,png | 200px wide, converted to PNG format |
+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
@@ -80,8 +80,8 @@ and without smart crop enabled.
Options | Meaning | Image
--------|------------------------------------------|------
-150x300 | 150x300px, standard crop |
-150x300,sc | 150x300px, smart crop |
+150x300 | 150x300px, standard crop |
+150x300,sc | 150x300px, smart crop |
[judah-sheets]: https://judahnorris.com/images/judah-sheets.jpg
@@ -90,7 +90,7 @@ image][material-animation] resized to 200px square and rotated 270 degrees:
[material-animation]: https://willnorris.com/images/imageproxy/material-animations.gif
-
+
## Getting Started ##