Skip to content

Commit f8029ff

Browse files
committed
readme prettify with logo
1 parent 64e25ec commit f8029ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
![logo](polaris-iconsmalredl.png?raw=true)
2+
# GraphQL Annotations for Java
13
[![Build Status](https://travis-ci.org/graphql-java/graphql-java-annotations.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-annotations)
24
[![Maven Central](https://img.shields.io/maven-central/v/io.github.graphql-java/graphql-java-annotations.svg?maxAge=3000)]()
3-
# GraphQL Annotations for Java
45

56
[GraphQL-Java](https://github.com/andimarek/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based
67
syntax for GraphQL schema definition.
@@ -12,7 +13,7 @@ syntax for GraphQL schema definition.
1213

1314
```groovy
1415
dependencies {
15-
compile "io.github.graphql-java:graphql-java-annotations:6.1"
16+
compile "io.github.graphql-java:graphql-java-annotations:6.2"
1617
}
1718
```
1819

polaris-iconsmalredl.png

10.6 KB
Loading

0 commit comments

Comments
 (0)