Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit a080a85

Browse files
authored
add badges
1 parent c95ec86 commit a080a85

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[![license](https://img.shields.io/github/license/RediSearch/spring-redisearch.svg)](https://github.com/RediSearch/spring-redisearch)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.redislabs/spring-redisearch/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.redislabs/spring-redisearch)
3+
[![Javadocs](https://www.javadoc.io/badge/com.redislabs/spring-redisearch.svg)](https://www.javadoc.io/doc/com.redislabs/spring-redisearch)
4+
<!--[![Codecov](https://codecov.io/gh/RediSearch/spring-redisearch/branch/master/graph/badge.svg)](https://codecov.io/gh/RediSearch/spring-redisearch)-->
5+
<!--[![CircleCI](https://circleci.com/gh/RediSearch/spring-redisearch/tree/master.svg?style=svg)](https://circleci.com/gh/RediSearch/spring-redisearch/tree/master)
6+
[![GitHub issues](https://img.shields.io/github/release/RediSearch/spring-redisearch.svg)](https://github.com/RediSearch/spring-redisearch/releases/latest)-->
7+
8+
19
# Spring RediSearch
210
Spring RediSearch provides access to RediSearch from Spring applications
311

@@ -23,4 +31,4 @@ public class Example {
2331
}
2432

2533
}
26-
```
34+
```

0 commit comments

Comments
 (0)