Docs refresh

This commit is contained in:
Lovell Fuller
2017-10-01 19:00:38 +01:00
parent 99076edc89
commit d5873a00d5
5 changed files with 11 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ the installation of any external runtime dependencies.
## Examples
```javascript
import sharp from 'sharp';
const sharp = require('sharp');
```
```javascript
@@ -33,8 +33,6 @@ sharp(inputBuffer)
// A Promises/A+ promise is returned when callback is not provided.
```
```javascript
sharp('input.jpg')
.rotate()