Skip to content

Commit

Permalink
docs: move gatsby-plugin-sharp to main plugins array (#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf authored and KyleAMathews committed Mar 6, 2018
1 parent 9b8497d commit c352bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ In the processing, it make images responsive by:
```javascript
// In your gatsby-config.js
plugins: [
`gatsby-plugin-sharp`,
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-plugin-sharp`,
{
resolve: `gatsby-remark-images`,
options: {
Expand Down

0 comments on commit c352bc4

Please sign in to comment.