Skip to content

Commit bf80b8f

Browse files
mklanpieh
authored andcommitted
Update README.md (#5288)
* Update README.md Missing curly bracket * formatting
1 parent 5c1d992 commit bf80b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gatsby-source-contentful/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ if you have `Product` as one of your content types, you will be able to query it
8181
like the following:
8282

8383
```graphql
84-
allContentfulProduct {
84+
{
85+
allContentfulProduct {
8586
edges {
8687
node {
8788
id

0 commit comments

Comments
 (0)