From 472a2d60298fd8ebbe7eda87c234aed0d173ef0b Mon Sep 17 00:00:00 2001 From: Marcel Overdijk Date: Thu, 22 Nov 2018 15:41:22 +0100 Subject: [PATCH] Polish --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f4c9c9..6e866e1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ There are four different artifacts: ## Getting started with Spring Boot (webflux and webmvc) -The Spring Boot Starter artifact provides a HTTP endpoint on ${graphql.url} with the default value "/graphql" just by being on the classpath. +The Spring Boot Starter artifact provides a HTTP endpoint on `${graphql.url}` with the default value `"/graphql"` just by being on the classpath. The only requirement is to have a Bean of type `graphql.GraphQL` available.