From a5f56ca3cbd067a66c606df95ebc5f205691c46f Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 9 Jun 2021 19:33:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e66dad25..4ffebb33 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # Spring GraphQL - -Experimental project for [GraphQL](https://graphql.org/) support in Spring applications with [GraphQL Java](https://github.com/graphql-java/graphql-java). +[GraphQL](https://graphql.org/) support for Spring applications with [GraphQL Java](https://github.com/graphql-java/graphql-java). [![Build status](https://ci.spring.io/api/v1/teams/spring-graphql/pipelines/spring-graphql/jobs/build/badge)](https://ci.spring.io/teams/spring-graphql/pipelines/spring-graphql) ## Getting started -This project is tested against Spring Boot 2.4+, but should work on 2.3 as well. +This project is tested against Spring Boot 2.4+. You can start by creating a project on https://start.spring.io and select the `spring-boot-starter-web` or `spring-boot-starter-webflux` starter, depending on the type of web application you'd like to build. Once the project is generated, you can manually add the