Skip to content

Commit ee9cbc9

Browse files
author
Arthur Nogueira Neves
authored
fix readme [skip ci]
1 parent 52e6de4 commit ee9cbc9

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
@@ -22,7 +22,7 @@ func main() {
2222
schema := graphql.NewSchema(...)
2323

2424
h := handler.New(&handler.Config{
25-
Schema: schema,
25+
Schema: &schema,
2626
Pretty: true,
2727
})
2828

0 commit comments

Comments
 (0)