From e30a2f46b2fefed61d3a5c16a20611f9e125cadf Mon Sep 17 00:00:00 2001 From: Phillip Haydon Date: Thu, 3 Jan 2019 23:04:00 +0800 Subject: [PATCH] Made list of nugets readable The list of UI Middlewares to add was 1 long list so wasn't easy to read, made it fall to new line so it's readable. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffda0762..e6f47350 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ For the WebSocket subscription protocol (depends on above) middleware: >`dotnet add package GraphQL.Server.Transports.WebSockets` For the UI middleware/s: ->`dotnet add package GraphQL.Server.Ui.GraphiQL` ->`dotnet add package GraphQL.Server.Ui.Playground` ->`dotnet add package GraphQL.Server.Ui.Voyager` +>`dotnet add package GraphQL.Server.Ui.GraphiQL` +>`dotnet add package GraphQL.Server.Ui.Playground` +>`dotnet add package GraphQL.Server.Ui.Voyager` ### Configure