Skip to content

Commit

Permalink
Update README.md (#3822)
Browse files Browse the repository at this point in the history
add module.exports to How to use
  • Loading branch information
html5cat authored and KyleAMathews committed Feb 6, 2018
1 parent 014bda5 commit f9a3ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gatsby-transformer-sharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ including resizing, cropping, and creating responsive images.

```javascript
// In your gatsby-config.js
plugins: [`gatsby-transformer-sharp`];
module.exports = {
plugins: [`gatsby-transformer-sharp`]
}
```

## Parsing algorithm
Expand Down

0 comments on commit f9a3ccd

Please sign in to comment.