Skip to content

Commit

Permalink
Add to instructions that you need gatsby-plugin-sharp fixes #3545 (#3547
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KyleAMathews committed Jan 16, 2018
1 parent 88445ea commit d0586cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-remark-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In the processing, it make images responsive by:

## Install

`npm install --save gatsby-remark-images`
`npm install --save gatsby-remark-images gatsby-plugin-sharp`

## How to use

Expand All @@ -26,6 +26,7 @@ plugins: [
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-plugin-sharp`,
{
resolve: `gatsby-remark-images`,
options: {
Expand Down

0 comments on commit d0586cc

Please sign in to comment.