diff --git a/src/FSharp.Data.GraphQL.Server.AspNetCore/README.md b/src/FSharp.Data.GraphQL.Server.AspNetCore/README.md index 547f9d9a3..48019e625 100644 --- a/src/FSharp.Data.GraphQL.Server.AspNetCore/README.md +++ b/src/FSharp.Data.GraphQL.Server.AspNetCore/README.md @@ -44,11 +44,7 @@ type Startup private () = .UseGiraffeErrorHandler(errorHandler) .UseWebSockets() .UseWebSocketsForGraphQL() // STEP 2: using the GraphQL websocket middleware - .UseGiraffe - (HttpHandlers.handleGraphQL - applicationLifetime.ApplicationStopping - (loggerFactory.CreateLogger("FSharp.Data.GraphQL.Server.AspNetCore.HttpHandlers.handleGraphQL")) - ) + .UseGiraffe (HttpHandlers.handleGraphQL) member val Configuration : IConfiguration = null with get, set