diff --git a/README.md b/README.md
index 1f78f2ed..94a21d1a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
# GraphQL and Graph*i*QL Spring Framework Boot Starters
[](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-spring-boot-starter)
-[](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster)
+[](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
[](https://sonarcloud.io/dashboard?id=graphql-java-kickstart_graphql-spring-boot)
+[](https://github.com/graphql-java-kickstart/graphql-spring-boot/graphs/contributors)
+[](https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions)
+
#### We are looking for contributors!
@@ -117,6 +120,9 @@ dependencies {
// to embed GraphiQL tool
runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0'
+ // to embed GraphQL Playground tool
+ runtimeOnly 'com.graphql-java-kickstart:playground-spring-boot-starter:11.0.0'
+
// to embed Voyager tool
runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:11.0.0'
@@ -150,6 +156,14 @@ Maven:
runtime
+
+
+ com.graphql-java-kickstart
+ playground-spring-boot-starter
+ 11.0.0
+ runtime
+
+
com.graphql-java-kickstart