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.