Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add module.exports to How to use
  • Loading branch information
html5cat authored Feb 2, 2018
1 parent 614cc6c commit 6b92726
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 6b92726

Please sign in to comment.