@@ -11,9 +11,9 @@ Brian Clozel; Andreas Marek; Rossen Stoyanchev
1111[[overview]]
1212== Overview
1313
14- Spring GraphQL provides support for Spring applications built
14+ Spring GraphQL provides support for Spring applications built on
1515https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between both
16- teams, and our shared philosophy is to be less opinionated and more focused on
16+ teams. Our shared philosophy is to be less opinionated and more focused on
1717comprehensive and wide-ranging support.
1818
1919Spring GraphQL is the successor of the
@@ -22,8 +22,8 @@ the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL appl
2222
2323The project is in a milestone phase towards a 1.0 release, currently, and looking for
2424feedback. Please, use our
25- https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report an
26- issue , discuss a design issue, or request a feature.
25+ https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report a
26+ problem , discuss a design issue, or request a feature.
2727
2828To get started, please see the <<boot-graphql>> and the <<samples>> sections.
2929
@@ -578,7 +578,7 @@ cannot be used for integration test of GraphQL over WebSocket requests.
578578[[boot-graphql]]
579579== Boot Starter
580580
581- This project works on Spring Boot 2.4+ .
581+ This projects builds on Boot 2.5.x, but it should be compatible with the latest Boot 2.4.x .
582582
583583
584584
0 commit comments