Skip to content

Commit

Permalink
Fix mistake in example code for gatsby-image (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored and KyleAMathews committed Oct 7, 2017
1 parent c69aa4b commit f7e5509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-image/README.md
Expand Up @@ -40,7 +40,7 @@ The GraphQL query creates multiple thumbnails with optimized JPEG and PNG compre
This is what a component using `gatsby-images` looks like.

```jsx
import React from 'react
import React from 'react'
import Img from 'gatsby-image'

export default ({ data }) => (
Expand Down

0 comments on commit f7e5509

Please sign in to comment.