diff --git a/packages/monaco-graphql/README.md b/packages/monaco-graphql/README.md index 33c3dca5901..27e35c44e9d 100644 --- a/packages/monaco-graphql/README.md +++ b/packages/monaco-graphql/README.md @@ -85,7 +85,7 @@ GraphQLAPI.updateSchemaConfig({ same as the above, except it overwrites the entire schema config ```ts -GraphQLAPI.updateSchemaConfig({ +GraphQLAPI.setSchemaConfig({ uri: 'https://my/schema', requestOptions: { headers: { Authorization: 'Bear Auth 2134' },