Skip to content

Commit e071b50

Browse files
authored
Fix markdown code block language tag in README.md (#506)
1 parent 7b81612 commit e071b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ query MyQuery {
113113

114114
If you have configured [the webpack graphql-tag/loader](#webpack-loading-and-preprocessing), you can import modules containing graphQL queries. The imported value will be the pre-built AST.
115115

116-
```graphql
116+
```js
117117
import MyQuery from 'query.graphql'
118118
```
119119

0 commit comments

Comments
 (0)