Skip to content

Commit b3dd9ba

Browse files
authored
Update README.md
1 parent 844c374 commit b3dd9ba

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
@@ -18,7 +18,7 @@ Resolve GraphQL file import statements as a string. See the tests for more detai
1818
```graphql
1919
# import { A } from 'src/schema/a.graphql'
2020
# import { B } from 'src/schema/b.graphql'
21-
# import { C D } from 'src/schema/cd.graphql'
21+
# import { C, D } from 'src/schema/cd.graphql'
2222

2323
type Complex {
2424
id: ID!

0 commit comments

Comments
 (0)