We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad7568 commit 472a2d6Copy full SHA for 472a2d6
1 file changed
README.md
@@ -44,7 +44,7 @@ There are four different artifacts:
44
45
## Getting started with Spring Boot (webflux and webmvc)
46
47
-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.
48
49
The only requirement is to have a Bean of type `graphql.GraphQL` available.
50
0 commit comments