Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit cfa67df

Browse files
pmckeenacao
authored andcommitted
Use yaml formatting for yaml example
JS comment breaks yaml files. Fixed comment and code block highlighting type to match contents.
1 parent 69acc0c commit cfa67df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ To support language features like "go-to definition" across multiple files, plea
7474

7575
### Simple Example
7676

77-
```js
78-
// .graphqlrc.yml
77+
```yaml
78+
# .graphqlrc.yml
7979
schema: "schema.graphql"
8080
documents: "src/**/*.{graphql,js,ts,jsx,tsx}"
8181
```

0 commit comments

Comments
 (0)