From 0aa4212fb4b10bb5e3e112425cef5c7bca8e3a59 Mon Sep 17 00:00:00 2001 From: Nils Hartmann Date: Sun, 26 Nov 2023 12:42:21 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a2daffe..31b2405 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ -# Spring PetClinic Sample Application using spring-graphql +# PetClinic Sample Application using Spring for GraphQL This PetClinic example uses [Spring for GraphQL](https://github.com/spring-projects/spring-graphql), that is part of Spring Boot [since version 2.7](https://spring.io/blog/2022/05/19/spring-for-graphql-1-0-release). It implements a [GraphQL API](http://graphql.org/) for the PetClinic and provides an example Frontend for the API. -Versions curretly used are **Spring Boot 3.2.x** with **Spring for GraphQL 1.2.x**. +Versions currently in use are **Spring Boot 3.2.x** and **Spring for GraphQL 1.2.x**. [![Java CI with Maven](https://github.com/spring-petclinic/spring-petclinic-graphql/actions/workflows/maven-build.yml/badge.svg)](https://github.com/spring-petclinic/spring-petclinic-graphql/actions/workflows/maven-build.yml)