From 2e6b7288e485fd003352f2ff48d8169f78800769 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Thu, 6 Jul 2017 03:02:40 +0600 Subject: [PATCH] User "libvips" name instead of "vips" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4616326..dded893b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ There are two ways you can install imgproxy: #### From the source -1. First, install [vips](https://github.com/jcupitt/libvips): +1. First, install [libvips](https://github.com/jcupitt/libvips): ```bash # macOS @@ -152,7 +152,7 @@ When imgproxy needs to cut some parts of the image, it is guided by the gravity. * `ea` — east (right edge); * `we` — west (left edge); * `ce` — center; -* `sm` — smart. `vips` detects the most "interesting" section of the image and considers it as the center of the resulting image. **Note:** This value is only applicable with the `crop` resizing type. +* `sm` — smart. `libvips` detects the most "interesting" section of the image and considers it as the center of the resulting image. **Note:** This value is only applicable with the `crop` resizing type. #### Enlarge