diff --git a/README.md b/README.md index 61d7aef9..ec5a55da 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ sharp logo -```sh -npm install sharp -``` - The typical use case for this high speed Node.js module is to convert large images in common formats to smaller, web-friendly JPEG, PNG and WebP images of varying dimensions. @@ -25,6 +21,10 @@ do not require any additional install or runtime dependencies. ## Examples +```sh +npm install sharp +``` + ```javascript const sharp = require('sharp'); ```